The IResponse::put_CacheControl method sets the value of the CacheControl property of the Response object.
HRESULT put_CacheControl(
BSTR bstrCacheControl // contains the new CacheControl value
);
You can use the CacheControl value to determine whether or not proxy servers should cache ASP output.
Response Object, IResponse::get_CacheControl