Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions
Provides extension methods for DistributedCacheEntryOptions operations.
namespace Microsoft.Extensions.Caching.Distributed
{
public static class DistributedCacheEntryExtensions
{
public static DistributedCacheEntryOptions SetAbsoluteExpiration(this DistributedCacheEntryOptions options, TimeSpan relative);
public static DistributedCacheEntryOptions SetAbsoluteExpiration(this DistributedCacheEntryOptions options, DateTimeOffset absolute);
public static DistributedCacheEntryOptions SetSlidingExpiration(this DistributedCacheEntryOptions options, TimeSpan offset);
}
}