WebRenderer cache The WebRenderer document cache is enabled by default. To force
fresh document loads on every loadURL and
loadHTML you can disable the cache. The
status of the WebRenderer cache can also
be retrieved.
//Creating the browser IBrowserCanvas
browser = BrowserFactory.spawnMozilla();
//Disabling
the cache - the cache can be enabled by
passing the value 'false' browser.disableCache(true);