zibri
Preparing search index...
caching/cache/cache-options.model
CacheWrapInvalidateOptions
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
invalidates
Tags
Properties
invalidates
Tags
invalidatesTags
:
CacheTagsProvider
<
TArgs
,
CacheTag
>
A provider for the tags to invalidate.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
invalidates
Tags
zibri
Loading...
Options for the wrapInvalidate method of a cache.