Microsoft.Extensions.Caching.Hybrid.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.
Gets or sets the overall cache duration of this entry, passed to the backend distributed cache.
Gets or sets additional flags that apply to the requested operation.
Gets or sets the expiration for the local (in-process) cache entry.
Gets or sets the size to assign to entries in the local (in-process) cache.
public HybridCacheEntryOptions()