Skip to content

CacheSetOptions

Defined in: namespaces.ts:1289

Options for cache.set().

optional ttl?: number

Defined in: namespaces.ts:1291

Time-to-live in seconds. Omit for no expiry.


optional persist?: boolean

Defined in: namespaces.ts:1293

When true, writes through to SQLite disk tier. Default: memory-only.