YouTip LogoYouTip

Prop Cachecontrol

# ASP CacheControl Property * * Complete Response Object Reference](#) * * * The CacheControl property sets whether a proxy server can cache the output generated by ASP. By default, proxy servers do not keep cached copies. ### Syntax response.CacheControl | Parameter | Description | | --- | --- | | control_header | The cache control header, which can be set to "Public" or "Private". Private is the default; only private caches can cache this page. If set to this, proxy servers will not cache the page. Public indicates public caching. If set to this, proxy servers will cache the page. | ### Example Or: * * Complete Response Object Reference](#)
← Prop CharsetProp Buffer β†’