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

    Interface CacheDeleteManyRequest

    CacheDeleteManyRequest removes multiple cache keys in one RPC.

    interface CacheDeleteManyRequest {
        keys: string[];
    }
    Index

    Properties

    Properties

    keys: string[]