1 write to _cache
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\MemoryCacheViewStore.cs (1)
19
_cache
= new MemoryCache(new MemoryCacheOptions
4 references to _cache
Microsoft.AspNetCore.Components.Endpoints (4)
CacheView\MemoryCacheViewStore.cs (4)
34
if (
_cache
.TryGetValue<SerializedRenderFragment>(key, out var existing) && existing is not null)
92
_cache
.Set(key, payload, entryOptions);
105
_cache
.Clear();
113
_cache
.Dispose();