HelperPage.Cache Property

Definition

Gets the cache object for the current application domain.

public static System.Web.Caching.Cache Cache { get; }
member this.Cache : System.Web.Caching.Cache
Public Shared ReadOnly Property Cache As Cache

Property Value

The cache object.

Applies to