Interface: CacheConfigItem
Defined in: shared/constants/cacheConfig.ts:8
Propertiesโ
enableStatsโ
readonly enableStats: boolean;
Defined in: shared/constants/cacheConfig.ts:10
Enables metrics collection for cache hit/miss tracking.
maxSizeโ
readonly maxSize: number;
Defined in: shared/constants/cacheConfig.ts:12
Upper bound on cached entries.
nameโ
readonly name: string;
Defined in: shared/constants/cacheConfig.ts:14
Human-readable cache identifier.
ttlโ
readonly ttl: number;
Defined in: shared/constants/cacheConfig.ts:16
Duration in milliseconds before entries expire.