I am trying to clear the cache stored in android application which uses cordova webview. I tried with cordovaWebView.clearCache(true); Also tried with
cordovaWebView.clearCache(true);
I'm using the "cordova-plugin-cache-clear" plugin
https://github.com/anrip/cordova-plugin-cache-clear
To use the plugin, simply call window.CacheClear(success, error);
window.CacheClear(success, error);
and it cleans the webView cache.