Skip to content

InMemoryCacheStoreOptions

Defined in: src/policies/traffic/cache.ts:32

Options for the in-memory cache store.

optional maxEntries: number

Defined in: src/policies/traffic/cache.ts:34

Maximum number of cached entries. When exceeded, the oldest entry is evicted (LRU).