2 references to CacheViewTag
Microsoft.AspNetCore.Components.Endpoints (2)
CacheView\HybridCacheViewStore.cs (2)
11
private static readonly string[] _tags = [
CacheViewTag
];
45
await _hybridCache.RemoveByTagAsync(
CacheViewTag
);