setCacheControl

The setCacheControl method of the Response class establishes the Cache Control header for the response. The Cache Control header determines whether proxy servers can cache the response.

public void setCacheControl(String strCacheControl);

© 1999 Microsoft Corporation. All rights reserved. Terms of use.