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

    Interface CacheGetManyRequest

    CacheGetManyRequest loads multiple cache keys in one RPC.

    interface CacheGetManyRequest {
        keys: string[];
    }
    Index

    Properties

    Properties

    keys: string[]