Interface: CacheConfigItem
Defined in: shared/constants/cacheConfig.ts:6
Internal
Immutable cache configuration entry used to build CACHE_CONFIG.
Propertiesโ
enableStatsโ
readonlyenableStats:boolean
Defined in: shared/constants/cacheConfig.ts:8
Enables metrics collection for cache hit/miss tracking.
maxSizeโ
readonlymaxSize:number
Defined in: shared/constants/cacheConfig.ts:10
Upper bound on cached entries.
nameโ
readonlyname:string
Defined in: shared/constants/cacheConfig.ts:12
Human-readable cache identifier.
ttlโ
readonlyttl:number
Defined in: shared/constants/cacheConfig.ts:14
Duration in milliseconds before entries expire.