Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

  • Article

Property AbsoluteExpiration

AbsoluteExpiration

Gets or sets the total duration, in minutes, during which the result of the cached 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
double
  • Navigation