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