Interface: CacheConfig
Configuration for a single cache instance
Properties
maxItems
maxItems: numberMaximum number of items to store
persistenceKey?
optional persistenceKey: string;Optional key for localStorage persistence
ttlMs
ttlMs: numberTime-to-live in milliseconds (0 = no expiration)
Last updated on