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