yale8848 / CacheWebView

Custom implement Android WebView cache, offline website, let cahe config more simple and flexible
MIT License
2.01k stars 296 forks source link

assets里的缓存资源是写死的么,能否支持动态下发重置? #184

Closed po1arbear closed 3 years ago

po1arbear commented 3 years ago

如题

yale8848 commented 3 years ago

目前不支持,如果要支持动态下发,你可以自己实现

po1arbear commented 3 years ago

目前不支持,如果要支持动态下发,你可以自己实现

@yale8848 你好, 还想请教下这个库 okhttp缓存的内容何时更新,能否通过响应头主动触发更新呢?类似于Last-Modified字段控制

po1arbear commented 3 years ago

提交了一个pr,支持动态文件缓存 https://github.com/yale8848/CacheWebView/pull/186

yale8848 commented 3 years ago

十分感谢pr,已经更新