IConfigCacheOptions
Cache configuration options.
Defined in: src/shared/interface/config/cache-options.interface.ts
| Name | Type | Default |
|---|---|---|
isEnabled | booleanWhether to use a cache | |
maxCacheItems | numberMaximum number of cache items | |
maxCacheTTL | numberMaximum time to live for cache items in milliseconds |
Last updated on