-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Description
退出webview,重新进入资源文件重新加载没走缓存。不知道是不是配置的问题,给看看。
WebViewCacheInterceptor.Builder builder = new WebViewCacheInterceptor.Builder(this);
builder.setCachePath(new File(this.getCacheDir(),"cache_path_name"))
.setDynamicCachePath(new File(this.getCacheDir(),"dynamic_webview_cache"))
.setCacheSize(10241024100)
.setConnectTimeoutSecond(20)
.setReadTimeoutSecond(20)
.setCacheType(CacheType.NORMAL);
builder.setAssetsDir("static");
WebViewCacheInterceptorInst.getInstance().init(builder);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels