Microsoft.Extensions.Caching.Hybrid
Namespace with 5 public types
Classes
HybridCacheEntryOptions
Specifies additional options (for example, expiration) that apply to a 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.
Enumerations
HybridCacheEntryFlags
Additional flags that apply to a operation.
Abstract Classes
HybridCache
Provides multi-tier caching services building on backends.
Interfaces
IHybridCacheSerializer`1
Provides per-type serialization and deserialization support for .
IHybridCacheSerializerFactory
Factory provider for per-type instances.