getCacheControl

The getCacheControl method of the Response class returns the Cache Control header as a string. The Cache Control header is used by proxy servers to cache ASP output.

public String getCacheControl();

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