Interface DenoKVMapSetOptions

Set options for a DenoKVMap

interface DenoKVMapSetOptions {
    expireIn?: number;
    signal?: AbortSignal;
}

Hierarchy

Properties

Properties

expireIn?: number

TTL in milliseconds.

signal?: AbortSignal

An optional AbortSignal that can be used to abort an async task.

Generated using TypeDoc