Gets or sets the absolute interval after which unused cache entries will expire.

Namespace: Simol.Cache
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public TimeSpan ExpirationInterval { get; set; }
Visual Basic
Public Property ExpirationInterval As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan ExpirationInterval {
	TimeSpan get ();
	void set (TimeSpan value);
}

Field Value

The expiration interval.

See Also