zibri
    Preparing search index...

    Type Alias CacheWrapInvalidateOptions<TArgs, CacheTag>

    Options for the wrapInvalidate method of a cache.

    type CacheWrapInvalidateOptions<
        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.