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

    Interface CacheDeleteResponse

    CacheDeleteResponse reports whether one key existed and was deleted.

    interface CacheDeleteResponse {
        deleted: boolean;
    }
    Index

    Properties

    Properties

    deleted: boolean