LifeSpan Property

SimpleEssentials

CacheObject..::..LifeSpan Property

Namespace:  SimpleEssentials.Cache
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public TimeSpan LifeSpan { get; set; }
Public Property LifeSpan As TimeSpan
	Get
	Set
public:
property TimeSpan^ LifeSpan {
	TimeSpan^ get ();
	void set (TimeSpan^ value);
}