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)
31
return
_hybridCache
.GetOrCreateAsync(key, factory, static (state, ct) => state(ct), hybridOptions, _tags, cancellationToken);
45
await
_hybridCache
.RemoveByTagAsync(CacheViewTag);