We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Creates a DistributedCacheEntryOptions set to expire on a given timespan from now
public static Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions AbsoluteExpirationOption(this Pact.Cache.IDistributedCacheService _, System.TimeSpan cacheTime);
_ IDistributedCacheService
_
cacheTime System.TimeSpan The time from now the cache time will expire
cacheTime
Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions