PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingCaching­ProfileICache­Item­Configuration.​Absolute­Expiration
Open sandboxFocus

CachingProfile.ICacheItemConfiguration.AbsoluteExpiration Property

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