Delen via


Microsoft.Extensions.Caching.Hybrid Namespace

Classes

HybridCache

Provides multi-tier caching services building on IDistributedCache backends.

HybridCacheEntryOptions

Additional options (expiration, etc.) 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 may choose a reasonable default.

HybridCacheOptions

Interfaces

IHybridCacheBuilder
IHybridCacheSerializer<T>

Per-type serialization/deserialization support for HybridCache.

IHybridCacheSerializerFactory

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

Enums

HybridCacheEntryFlags

Additional flags that apply to a HybridCache operation.