Returns whether by default the specified url connection object uses caches.
Syntax
setDefaultUseCaches( urlconnection )
urlconnection.getDefaultUseCaches( )
Parameters
urlconnection
|
the url connection object to check.
|
Returns
boolean
|
true if by default the specified url connection object uses caches.
false if by default the specified url connection object does not use caches.
|
Example
if ucon.getDefaultUseCaches( ) then
break
end
|