Skip to Content

IConfigCacheOptions

Cache configuration options.

Defined in: src/shared/interface/config/cache-options.interface.ts

NameTypeDefault
isEnabledboolean

Whether to use a cache

maxCacheItemsnumber

Maximum number of cache items

maxCacheTTLnumber

Maximum time to live for cache items in milliseconds

Last updated on