Microsoft.Extensions.Caching.Hybrid Namespace

Classes

HybridCache

Provides multi-tier caching services building on IDistributedCache backends.

HybridCacheEntryOptions

Specifies additional options (for example, expiration) that apply to a HybridCache operation. When options can be specified at multiple levels (for example, globally and per-call), the values are composed; the most granular non-null value is used, with null values being inherited. If no value is specified at any level, the implementation can choose a reasonable default.

HybridCacheOptions

Options for configuring the default HybridCache implementation.

Interfaces

IHybridCacheBuilder

Helper API for configuring HybridCache.

IHybridCacheSerializer<T>

Provides per-type serialization and deserialization support for HybridCache.

IHybridCacheSerializerFactory

Factory provider for per-type IHybridCacheSerializer<T> instances.

Enums

HybridCacheEntryFlags

Additional flags that apply to a HybridCache operation.