Time in seconds for Web parts / other front-end modules. If greater than zero all cacheable parts will be set to this value, unless they are individually set to some other value.

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 DefaultWebPartCacheDuration { get; }
Visual Basic
Public Shared ReadOnly Property DefaultWebPartCacheDuration As Integer
	Get
Visual C++
public:
static property int DefaultWebPartCacheDuration {
	int get ();
}
F#
static member DefaultWebPartCacheDuration : int with get

Property Value

Type: Int32

See Also