Microsoft.Extensions.Caching.Memory
Namespace with 11 public types
Classes
MemoryCacheEntryOptions
Represents the cache options applied to an entry of the instance.
MemoryCacheStatistics
Holds a snapshot of statistics for a memory cache.
PostEvictionCallbackRegistration
Represents a callback delegate that will be fired after an entry is evicted from the cache.
Enumerations
CacheItemPriority
Specifies how items are prioritized for preservation during a memory pressure triggered cleanup.
EvictionReason
Specifies the reasons why an entry was evicted from the cache.
Static Classes
CacheEntryExtensions
Provides extensions methods for operations.
CacheExtensions
Provides extensions methods for operations.
MemoryCacheEntryExtensions
Provide extensions methods for operations.
Interfaces
ICacheEntry
Represents an entry in the implementation.
When Disposed, is committed to the cache.
IMemoryCache
Represents a local in-memory cache whose values are not serialized.