URLConnection.useCaches

URLConnection.useCaches

Class Overview | Class Members | This Package | All Packages

Syntax
protected boolean useCaches
Description
If true, the protocol is allowed to use caching whenever it can. If false, the protocol must always try to get a fresh copy of the object.

This field is set by the setUseCaches method. Its value is returned by the getUseCaches method.

Its default value is the value given in the last invocation of the setDefaultUseCaches method.

See Also
setUseCaches, getUseCaches, setDefaultUseCaches