Skip to content

CacheSetOptions

Defined in: namespaces.ts:1290

Options for cache.set().

optional ttl?: number

Defined in: namespaces.ts:1292

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


optional persist?: boolean

Defined in: namespaces.ts:1294

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