Time in seconds for storing system values (user profiles, roles, etc.). If set to zero no caching is performed.

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

Syntax

C#
public static int DefaultSystemCacheDuration { get; }
Visual Basic
Public Shared ReadOnly Property DefaultSystemCacheDuration As Integer
	Get
Visual C++
public:
static property int DefaultSystemCacheDuration {
	int get ();
}
F#
static member DefaultSystemCacheDuration : int with get

Property Value

Type: Int32

See Also