System.Web.HttpContext.Cache Property

Gets the System.Web.Caching.Cache object for the current application domain.

Syntax

public System.Web.Caching.Cache Cache { get; }

Value

Documentation for this section has not yet been entered.

Remarks

There is one instance of the System.Web.Caching.Cache class per application domain. As a result, the System.Web.Caching.Cache object that is returned by the HttpContext.Cache property is the System.Web.Caching.Cache object for all requests in the application domain.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0