Returns the caching semantics of the Web page (expiration time, privacy, vary clauses).
[Visual Basic] Public ReadOnly Property Cache As HttpCachePolicy [C#] public HttpCachePolicy Cache {get;} [C++] public: __property HttpCachePolicy* get_Cache(); [JScript] public function get Cache() : HttpCachePolicy;
HttpCachePolicy object containing information regarding the caching policy of the current response.
HttpResponse Class | HttpResponse Members | System.Web Namespace