PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingCache­AttributeAbsolute­Expiration
Open sandboxFocus

CacheAttribute.AbsoluteExpiration Property

AbsoluteExpiration

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

Declaration
public double AbsoluteExpiration { get; set; }
Property Value
Type Description
System.Double