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

    Interface CacheTouchRequest

    CacheTouchRequest extends the TTL for one cache key.

    interface CacheTouchRequest {
        key: string;
        ttl?: number;
    }
    Index

    Properties

    Properties

    key: string
    ttl?: number