Microsoft.Extensions.Caching.Memory.MemoryCache
Implements IMemoryCache using a dictionary to
store its entries.
Gets the count of the current entries for diagnostic purposes.
Gets an enumerable of the all the keys in the MemoryCache.
Creates a new MemoryCache instance.
Creates a new MemoryCache instance.
Removes all keys and values from the cache.
Disposes the cache and clears all entries.
Gets a snapshot of the current statistics for the memory cache.