URLConnection.getDefaultUseCaches

URLConnection.getDefaultUseCaches

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean getDefaultUseCaches()
Returns
the default value of a URLConnection's useCaches flag.
Description
Returns the default value of a URLConnection's useCaches flag.

Ths default is "sticky", being a part of the static state of all URLConnections. This flag applies to the next, and all following URLConnections that are created.

See Also
useCaches