Open sandboxFocus

Property SlidingExpiration

SlidingExpiration

Gets the duration during which the result of the cached methods is stored in cache after it has been added to or accessed from the cache. The expiration is extended every time the value is accessed from the cache.

Declaration
public TimeSpan? SlidingExpiration { get; init; }
Property Value
Type Description
TimeSpan?
Implements