Sets whether the specified url connection object will use caches.
Syntax
setUseCaches( urlconnection , boolean )
urlconnection.setUseCaches( boolean )
Parameters
urlconnection
|
the url connection object to use.
|
boolean
|
true to enable use caches.
false to disable use caches.
|
Returns
Example
ucon.setUseCaches( true )
|