CacheSetOptions
Defined in: namespaces.ts:1290
Options for cache.set().
Properties
Section titled “Properties”
optionalttl?:number
Defined in: namespaces.ts:1292
Time-to-live in seconds. Omit for no expiry.
persist?
Section titled “persist?”
optionalpersist?:boolean
Defined in: namespaces.ts:1294
When true, writes through to SQLite disk tier. Default: memory-only.