zibri
    Preparing search index...

    Type Alias CacheWrapDeleteOptions<TArgs, CacheTag>

    Options for the wrapDelete method of a cache.

    type CacheWrapDeleteOptions<TArgs extends unknown[], CacheTag extends string> = {
        invalidatesTags?: CacheTagsProvider<TArgs, CacheTag>;
    }

    Type Parameters

    • TArgs extends unknown[]
    • CacheTag extends string
    Index

    Properties

    Properties

    invalidatesTags?: CacheTagsProvider<TArgs, CacheTag>

    A provider for the tags to invalidate.