The getCacheControl and putCacheControl methods of the IResponse interface retrieve or set the value for the CacheControl property, respectively.
public abstract java.lang.String getCacheControl();
public abstract void putCacheControl(java.lang.String CacheControl);
Returns a string that is the CacheControl value.
CacheControl | [in] A string that contains the new CacheControl value. |