1 write to _hybridCache
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\HybridCacheViewStore.cs (1)
17_hybridCache = hybridCache;
2 references to _hybridCache
Microsoft.AspNetCore.Components.Endpoints (2)
CacheView\HybridCacheViewStore.cs (2)
31return _hybridCache.GetOrCreateAsync(key, factory, static (state, ct) => state(ct), hybridOptions, _tags, cancellationToken); 45await _hybridCache.RemoveByTagAsync(CacheViewTag);