HttpContextBase.Cache Property

Definition

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

public:
 virtual property System::Web::Caching::Cache ^ Cache { System::Web::Caching::Cache ^ get(); };
public virtual System.Web.Caching.Cache Cache { get; }
member this.Cache : System.Web.Caching.Cache
Public Overridable ReadOnly Property Cache As Cache

Property Value

The cache for the current application domain.

Exceptions

Applies to