标签: android url caching webview
我的应用程序中有多个Webview。我想以编程方式清除WebView中特定URL的缓存。怎么做? Webview中有可用的clearCache()方法,但它会清除所有Webview的缓存。 我想清除特定Webview的缓存。