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

    Interface CacheGetResponse

    CacheGetResponse is the result of looking up one cache key.

    interface CacheGetResponse {
        found: boolean;
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    found: boolean
    value: Uint8Array