Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContext::Cache Property

 

Gets the Cache object for the current application domain.

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

public:
property Cache^ Cache {
	Cache^ get();
}

Property Value

Type: System.Web.Caching::Cache^

The Cache for the current application domain.

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

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft