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

    Interface CacheResult

    CacheResult is one lookup result returned by GetMany.

    interface CacheResult {
        key: string;
        found: boolean;
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    key: string
    found: boolean
    value: Uint8Array