Nick,

I don't understand why you would want to clear the cache on a per page
basis. Usually I would do it on exiting the application. Also, if
you're generally not interested in caching, wouldn't it be better to
disable caching in your app, or per page:

// turn caching off
webView.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);

and use LOAD_CACHE_NORMAL for default behavior.

Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to