yale8848/RetrofitCache
RetrofitCache让retrofit2+okhttp3+rxjava配置缓存如此简单。通过注解配置,可以针对每一个接口灵活配置缓存策略;同时让每一个接口方便支持数据模拟,可以代码减小侵入性,模拟数据可以从内存,Assets,url轻松获取。
JavaMIT
Issues
- 13
请问如何让请求在一段时间内只使用缓存的数据
#24 opened by abcdisgreat - 0
ren.yale.android.retrofitcachelibrx2.intercept.CacheForceInterceptorNoNet.intercept
#43 opened by General110 - 1
retrofit 2.6版本此库失效
#47 opened by protectedMan - 2
不支持https??
#46 opened by hghlrf - 0
能通过修改哪块代码来支持post请求吗
#45 opened by TianGuisen - 0
@Cache(time = 10) //缓存设置为10秒 设置10秒无效,缓存一直在
#44 opened by weileng11 - 0
设置忽略某个参数,可以做成针对不同接口来设置吗
#42 opened by davidgerka - 2
缓存只支持get请求吗,post不支持吗
#41 opened by 900326 - 15
有网络先加载缓存,再加载网络
#25 opened by scsfwgy - 5
为何我设置了也不走缓存呢,都是走的服务器?
#40 opened by swjtuhyq - 0
当使用【zip】操作符合并网络请求时,MOCK注解失效
#39 opened by protectedMan - 7
Mock 与CacheForceInterceptorNoNet
#37 opened by protectedMan - 5
rxjava2的库mock不了
#33 opened by GHChrisSu - 6
如何在下拉刷新的时候不走缓存.
#30 opened by HoseaDev - 4
大佬什么时候更新支持最新retrofit2啊?
#35 opened by General110 - 1
请求添加对协程的支持
#32 opened by GHChrisSu - 0
设置缓存时间在使用CacheForceInterceptorNoNet的时候无效?
#31 opened by lala9662 - 7
release版本不能获取mock数据么
#29 opened by q4452542007 - 4
报错NoSuchMethodException
#26 opened by ejwdhr - 1
怎么在请求地址加通用后缀
#18 opened by ysrfeng - 4
请问如何测试在cache有效期内读取的是缓存数据还是网络请求数据?
#17 opened by uiiang - 1
如何再添加自己的拦截器处理其他业务逻辑
#19 opened by imaiya - 2
请问这是一级缓存还是二级缓存
#20 opened by tangdi0802 - 4
请问下 我这边所有的请求都是post请求
#21 opened by 18311023368 - 3
后台规定全用post
#28 opened by TianGuisen - 12
RetrofitCache.getInstance().addIgnoreParam 无效
#22 opened by ningh2018 - 1
请问Single类型为什么不能mock
#16 opened by huize303 - 4
通过Interceptor动态添加参数的改怎么处理
#13 opened by gzsll - 6
@cache没加,断网还是加载缓存数据。
#11 opened by MichealWangDan - 1
Retrofit 不加RxJava ,这个库支持吗 ?
#12 opened by yanxinmiao - 1
断网缓存数据怎么加载的,或是怎么体现的?
#10 opened by MichealWangDan - 3
混淆 keep 规则过于暴力
#7 opened by drakeet - 13
不支持Rxjava2吗?
#1 opened by imliujun