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

    Interface CacheGetManyResponse

    CacheGetManyResponse returns every lookup result for GetMany.

    interface CacheGetManyResponse {
        entries: CacheResult[];
    }
    Index

    Properties

    Properties

    entries: CacheResult[]