Easy Tutorial
❮ Prop Isready Met Driveexists ❯

ASP CacheControl Property



The CacheControl property determines whether the output generated by ASP can be cached by proxy servers. By default, proxy servers do not retain a cached copy.

Syntax

Parameter Description
control_header The cache control header, which can be set to "Public" or "Private". Private is the default, and only private caches can cache this page. If set, the proxy server will not cache the page. Public indicates public caches. If set, the proxy server will cache the page.

Example


❮ Prop Isready Met Driveexists ❯