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