是否有任何选项只能在WebView中缓存图像?我目前的设置:
wv.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);
wv.getSettings().setAppCachePath(getApplicationContext().getCacheDir().getAbsolutePath());
wv.getSettings().setAllowFileAccess(true);
wv.getSettings().setAppCacheEnabled(true);
但这是缓存我只需要缓存图像的所有请求。