5 references to WildcardTag
Microsoft.Extensions.Caching.Hybrid (5)
Internal\DefaultHybridCache.cs (1)
130
_globalInvalidateTimestamp = _backendCache is null ? _zeroTimestamp : SafeReadTagInvalidationAsync(TagSet.
WildcardTag
);
Internal\DefaultHybridCache.TagInvalidation.cs (2)
202
if (tag == TagSet.
WildcardTag
)
244
if (tag == TagSet.
WildcardTag
)
Internal\TagSet.cs (2)
230
if (tag ==
WildcardTag
)
236
static void ThrowReserved() => throw new ArgumentException($"The tag '{
WildcardTag
}' is reserved and cannot be used in this context.", "tags");