Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics
Holds a snapshot of statistics for a memory cache.
Gets the number of ICacheEntry instances currently in the memory cache.
Gets an estimated sum of all the Size values currently in the memory cache.
Gets the total number of cache hits.
Gets the total number of cache misses.
public MemoryCacheStatistics()
Initializes an instance of MemoryCacheStatistics.