Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions
Provides the cache options for an entry in IDistributedCache.
Gets or sets an absolute expiration date for the cache entry.
Gets or sets an absolute expiration time, relative to now.
Gets or sets how long a cache entry can be inactive (for example, not accessed) before it will be removed.
This will not extend the entry lifetime beyond the absolute expiration (if set).
public DistributedCacheEntryOptions()