Gets the default cache provider.

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

Syntax

C#
protected static Cache Cache { get; }
Visual Basic
Protected Shared ReadOnly Property Cache As Cache
	Get

Field Value

HttpRuntime.Cache

See Also