HttpResponseBase.Cache Property

Definition

Gets the caching policy (such as expiration time, privacy settings, and vary clauses) of the current Web page.

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

Property Value

The caching policy of the current response.

Exceptions

Applies to