Skip to content

Connectum API Reference / @connectum/auth / CacheOptions

Interface: CacheOptions

Defined in: packages/auth/src/types.ts:105

LRU cache configuration for credentials verification

Properties

maxSize?

readonly optional maxSize: number

Defined in: packages/auth/src/types.ts:109

Maximum number of cached entries


ttl

readonly ttl: number

Defined in: packages/auth/src/types.ts:107

Cache entry time-to-live in milliseconds