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

    Single cache entry used by batch cache APIs.

    interface CacheEntry {
        key: string;
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    key: string
    value: Uint8Array