<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="11.0.0-preview.7.26381.103" />

Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions

public static class DistributedCacheEntryExtensions
Provides extension methods for DistributedCacheEntryOptions operations.

Sets an absolute expiration time, relative to now.

Sets an absolute expiration date for the cache entry.

Sets how long the 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).