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

    Interface CacheTouchResponse

    CacheTouchResponse reports whether a key existed and had its TTL updated.

    interface CacheTouchResponse {
        touched: boolean;
    }
    Index

    Properties

    Properties

    touched: boolean