ASP CacheControl Property
Complete Response Object Reference
The CacheControl property sets whether a proxy server can cache the output
generated by ASP or not. By default, a proxy server will not keep a cache copy.
Syntax
|
response.CacheControl[=control_header]
|
| Parameter |
Description |
| control_header |
A cache control header that can be set to "Public" or
"Private".
Private is default and indicates that only private caches may cache this page.
Proxy servers will not cache pages with this setting.
Public indicates public caches. Proxy servers will cache pages with this setting. |
Examples
<%response.CacheControl="Public"%>
or
<%response.CacheControl="Private"%>
|
Complete Response Object Reference
Start Creating a stunning, Flash website. It's easy and free!
Wix.com offers you a simple, powerful, drag & drop editing platform to create stunning Flash websites, layouts, and more.
With added e-commerce features such as search engine visibility and professional tools, Wix is the ultimate solution for creating a spectacular site.
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4500 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|