interface Options {
    key: string;
    ttl?: number;
}

Properties

Properties

key: string

The key to use for the cache

ttl?: number

The time-to-live for the cache