NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.Cache

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;

Property Value

HttpCachePolicy object containing information regarding the caching policy of the current response.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace