Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我正在开发的 Android 应用程序创建自己的缓存管理器。我知道 CacheManager 存在并且与 WebView 一起使用,但是,它被列为已弃用。因此,我需要能够使用我自己的实现来管理缓存,但我还没有找到任何可以帮助我做到这一点的东西。有人对从哪里开始/如何做有任何建议吗?我没有找到很多关于如何创建自己的缓存管理器的信息,所以我感觉很迷茫。任何帮助将不胜感激。提前致谢!!
好吧,在这个时间点上,似乎没有真正的方法可以通过 webview 管理缓存。我不得不继续使用 httpURLConnection 来尝试管理缓存。