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)
34if (_cache.TryGetValue<SerializedRenderFragment>(key, out var existing) && existing is not null) 92_cache.Set(key, payload, entryOptions); 105_cache.Clear(); 113_cache.Dispose();