| |||||||
Response.Cache PropertySystem.Web Namespace HttpResponse Class Sets or gets the caching policy ( expiration time, privacy, vary clauses ) of a Web page. [ VB ] Public ReadOnly Property Cache As HttpCachePolicy [ C# ] public HttpCachePolicy Cache {get;} [ C++ ] public: __property HttpCachePolicy* get_Cache ( ); [ JScript ] public function get Cache ( ) : HttpCachePolicy; Property ValueAn HttpCachePolicy object containing information about the caching policy of the current response. ExampleThe following example sets properties of the current cache policy as the HTTP response is written to the output stream.
See AlsoHttpResponse Members HttpCachePolicy Class ASP.NET Caching Features |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme