CacheTimeOutMultiplier gets and sets the multiplier used to determine how long the cached collection should be cached. It is multiplied by the Performance Setting - which in turn can be modified by the Host Account.

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int CacheTimeOutMultiplier { get; set; }
Visual Basic
Public Property CacheTimeOutMultiplier As Integer
	Get
	Set

Remarks

Defaults to 20.

See Also