Share via


HelperPage.Cache Property

Gets the cache object for the current application domain.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Cache As Cache 
    Get
'Usage
Dim value As Cache 

value = HelperPage.Cache
public static Cache Cache { get; }
public:
static property Cache^ Cache {
    Cache^ get ();
}
static member Cache : Cache
static function get Cache () : Cache

Property Value

Type: System.Web.Caching.Cache
The cache object.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace