5 references to WildcardTag
Microsoft.Extensions.Caching.Hybrid (5)
Internal\DefaultHybridCache.cs (1)
123
_globalInvalidateTimestamp = _backendCache is null ? _zeroTimestamp : SafeReadTagInvalidationAsync(TagSet.
WildcardTag
);
Internal\DefaultHybridCache.TagInvalidation.cs (2)
199
if (tag == TagSet.
WildcardTag
)
243
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");