1 write to CurrentEstimatedSize
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
403CurrentEstimatedSize = _options.HasSizeLimit ? Size : null,
1 reference to CurrentEstimatedSize
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
967return stats?.CurrentEstimatedSize is long size