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

ICacheItemConfiguration.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
Nullable<TimeSpan> AbsoluteExpiration { get; }
Property Value
Type Description
System.Nullable<System.TimeSpan>