The IResponse::get_CacheControl method retrieves a value for the CacheControl property.
HRESULT get_CacheControl(
BSTR *pbstrCacheControl // pointer to a binary string that receives
// the CacheControl value
)
You can use the CacheControl value to override the default value which is False. By setting the value to TRUE, proxy servers will be able to cache output from ASP pages.