System.Web Namespace
Provides properties and methods for setting cache-specific HTTP headers and for controlling the ASP.NET page output cache.
The properties and methods of the HttpCachePolicy class are exposed via the Cache property of the intrinsic Response object.
For background information on HTTP caching and cache-control headers, see Section 13 Caching in HTTP and Section 14.9 Cache-Control in the Hypertext Transfer Protocol ( HTTP/1.1 ) documentation, available from the World Wide Web Consortium.
Response.Cache.methodName ( arguments );
Response.Cache.methodName ( arguments )
Type var = Response.Cache.propertyName [ arguments ];
Dim var as Type = Response.Cache.propertyName ( arguments )
Caching ASP.NET Pages
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note