HttpContextWrapper::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 {
	virtual Cache^ get() override;
}

Property Value

Type: System.Web.Caching::Cache^

The cache object for the current application domain.

.NET Framework
Available since 3.5
Return to top
Show: