使用 Retrofit 时如何处理磁盘缓存?
How to handle disk cache while use Retrofit?
我想缓存 Retrofit 请求的数据,但我不知道如何实现它。
我们知道read/write缓存是耗时的,我们不应该在主线程中进行。
有人能告诉我应该如何使用 Retrofit 缓存我的数据吗?谢谢!
我想缓存 Retrofit 请求的数据,但我不知道如何实现它。
我们知道read/write缓存是耗时的,我们不应该在主线程中进行。
有人能告诉我应该如何使用 Retrofit 缓存我的数据吗?谢谢!