Skip to Content
APIConfigurationInterface: CacheConfig

Interface: CacheConfig

Configuration for a single cache instance

Properties

maxItems

maxItems: number

Maximum number of items to store


persistenceKey?

optional persistenceKey: string;

Optional key for localStorage persistence


ttlMs

ttlMs: number

Time-to-live in milliseconds (0 = no expiration)

Last updated on