@valon-technologies/gestalt
    Preparing search index...

    Interface CacheSetRequest

    CacheSetRequest writes one cache key.

    interface CacheSetRequest {
        key: string;
        value: Uint8Array;
        ttl?: number;
    }
    Index

    Properties

    Properties

    key: string
    value: Uint8Array
    ttl?: number

    ttl applies an optional expiration to the entry.