Microsoft.Extensions.Caching.Hybrid Namespace

Classes

HybridCache

Provides multi-tier caching services building on IDistributedCache backends.

HybridCacheEntryOptions

Specifies dditional options, such as 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

Interfaces

IHybridCacheBuilder
IHybridCacheSerializer<T>

Provides per-type serialization and deserialization support for HybridCache.

IHybridCacheSerializerFactory

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

Enums

HybridCacheEntryFlags

Specifies additional flags that apply to a HybridCache operation.