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 set the overall cache duration of this entry, passed to the backend distributed cache.
Gets or sets additional flags that apply to the requested operation.
public HybridCacheEntryOptions()