1 write to _memoryCache
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
486
_memoryCache
= memoryCache;
2 references to _memoryCache
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
487
_memoryCache
.AddToStats(this);
490
internal void RemoveFromStats() =>
_memoryCache
.RemoveFromStats(this);