Type Alias: CachingNodeFileSystemLoaderOptions
CachingNodeFileSystemLoaderOptions:
NodeFileSystemLoaderOptions
&object
Options for a caching file system template loader in the NodeJS runtime.
Type declaration
autoReload?
optional
autoReload:boolean
When true
, if a template has been cached, it will be reloaded
automatically if it has been modified since it was last loaded.
Defaults to true
cacheSize?
optional
cacheSize:number
The maximum number of templates to cache. Defaults to 300.