Esposter
    Preparing search index...

    Interface KeyedCache<TValue>

    interface KeyedCache<TValue> {
        key: string;
        storedAtMs: number;
        value: TValue;
    }

    Type Parameters

    • TValue
    Index
    key: string
    storedAtMs: number
    value: TValue