Skip to main content

Interface: CacheConfigItem

Defined in: shared/constants/cacheConfig.ts:16

Cache configuration interface for type safety.

Propertiesโ€‹

defaultTTLโ€‹

readonly defaultTTL: number

Defined in: shared/constants/cacheConfig.ts:17


enableStatsโ€‹

readonly enableStats: boolean

Defined in: shared/constants/cacheConfig.ts:18


maxSizeโ€‹

readonly maxSize: number

Defined in: shared/constants/cacheConfig.ts:19


nameโ€‹

readonly name: string

Defined in: shared/constants/cacheConfig.ts:20