Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Property SlidingExpiration

SlidingExpiration

Gets or sets the duration during which the result of the cached method is stored in cache after it has been added to or accessed from the cache. The expiration is extended every time the value is accessed from the cache.

Declaration
public TimeSpan? SlidingExpiration { get; set; }
Property Value
Type Description
TimeSpan?
  • Navigation