Gets or sets the cache timeout period in seconds.

Note: Default is zero.

Namespace: MonoSoftware.Web.Caching
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public int Timeout { get; set; }
Visual Basic
Public Property Timeout As Integer
	Get
	Set
Visual C++
public:
virtual property int Timeout {
	int get () sealed;
	void set (int value) sealed;
}
F#
abstract Timeout : int with get, set
override Timeout : int with get, set

Property Value

Type: Int32

Implements

ICacheProvider..::..Timeout

See Also