getExpires

The getExpires method of the Response class returns an integer that indicates the number of minutes that the response may be cached by the browser. If the client refreshes before this amount of time has elapsed, it will receive the response.

public int getExpires();

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