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.
我想缓存 Retrofit 请求的数据,但我不知道如何实现它。
我们知道读/写缓存是耗时的,我们不应该在主线程中这样做。
有人可以告诉我应该如何使用 Retrofit 缓存我的数据吗?谢谢!
改造本身不会缓存您的数据。您可以使用 orm 库来完成它而无需太多工作。
最近我使用了Realm,在他们的文档中有专门针对 Retrofit的部分。