The CacheControl property overrides the Private default value. When you set this property to Public, proxy servers can cache the output generated by ASP.
Response.CacheControl [= Cache Control Header ]
Value | Description |
|
|
|
|
Setting CacheControl to public may improve the perceived performance of your .asp files. If your .asp file generates custom HTML for every request, you will not improve performance by setting CacheControl to public. The values for Private and Public are strings, and must be enclosed in quotation marks (" ").