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