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

    Interface CacheDeleteManyResponse

    CacheDeleteManyResponse reports how many keys were deleted.

    interface CacheDeleteManyResponse {
        deleted: bigint;
    }
    Index

    Properties

    Properties

    deleted: bigint