Share via


Microsoft.Extensions.Caching.Distributed Namespace

Contains types for distributed caching, including interfaces and implementations for caching serialized values.

Classes

DistributedCacheEntryExtensions

Provides extension methods for DistributedCacheEntryOptions operations.

DistributedCacheEntryOptions

Provides the cache options for an entry in IDistributedCache.

DistributedCacheExtensions

Extension methods for setting data in an IDistributedCache.

MemoryDistributedCache

Implements IDistributedCache using IMemoryCache.

Interfaces

IBufferDistributedCache

Represents a distributed cache of serialized values, with support for low allocation data transfer.

IDistributedCache

Represents a distributed cache of serialized values.