Type Alias: CachingNodeFileSystemLoaderOptions
CachingNodeFileSystemLoaderOptions:
NodeFileSystemLoaderOptions&object
Options for a caching file system template loader in the NodeJS runtime.
Type declaration
autoReload?
optionalautoReload: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?
optionalcacheSize:number
The maximum number of templates to cache. Defaults to 300.