PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCache­Item­ConfigurationAbsolute­Expiration
Open sandboxFocus

CacheItemConfiguration.AbsoluteExpiration Property

AbsoluteExpiration

Gets or sets the total duration during which the result of the cached methods is stored in cache. The absolute expiration time is counted from the moment the method is evaluated and cached.

Declaration
public Nullable<TimeSpan> AbsoluteExpiration { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>
Implements
ICacheItemConfiguration.AbsoluteExpiration