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

Need an easy way to get data into XML, or transform XML to another format?
MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data.
Then it transforms data instantly or auto-generates royalty-free data integration code for recurrent conversions.
New features in Version 2010!
Download a free, fully functional 30-day trial to experience the following features:
- Easy-to-use, graphical data mapping interface
- Instant data transformation
- XSLT 1.0/2.0 and XQuery code generation
- Java, C#, and C++ code generation
- Advanced data processing functions
- Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more
- Visual Studio & Eclipse integration
Download a fully-functional trial today!
|
|
|
|