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

    Interface CacheSetManyRequest

    CacheSetManyRequest writes multiple cache keys in one RPC.

    interface CacheSetManyRequest {
        entries: CacheSetEntry[];
        ttl?: number;
    }
    Index

    Properties

    Properties

    entries: CacheSetEntry[]
    ttl?: number