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)
199if (tag == TagSet.WildcardTag) 243if (tag == TagSet.WildcardTag)
Internal\TagSet.cs (2)
230if (tag == WildcardTag) 236static void ThrowReserved() => throw new ArgumentException($"The tag '{WildcardTag}' is reserved and cannot be used in this context.", "tags");