HttpContextBase.Cache Property

 

When overridden in a derived class, gets the Cache object for the current application domain.

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

abstract Cache : Cache with get
override Cache : Cache with get

Property Value

Type: System.Web.Caching.Cache

The cache for the current application domain.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: