InMemoryCacheStoreOptions
Defined in: src/policies/traffic/cache.ts:53
Options for the in-memory cache store.
Properties
Section titled “Properties”maxEntries?
Section titled “maxEntries?”
optionalmaxEntries:number
Defined in: src/policies/traffic/cache.ts:55
Maximum number of cached entries. When exceeded, the oldest entry is evicted (LRU).