Whether current caching provider disabled to expire cache.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected static bool CacheExpirationDisable { get; private set; }
Visual Basic
Protected Shared Property CacheExpirationDisable As Boolean
	Get
	Private Set

Remarks

This setting shouldn't affect current server, cache should always expire in current server even this setting set to True.

See Also