My question is essentially a follow up or clarification to this question.
I have an Android app built using Javascript and Adobe\'s Phonegap Build service, and I\'m
By making this setting in your mainActivity (which is extending Droidgap.)
super.appView.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);
We are making our app to not to store cache.