OkhttpCacheInterceptor icon indicating copy to clipboard operation
OkhttpCacheInterceptor copied to clipboard

The OkHttpCacheInterceptor 一个OkHttp的网络缓存拦截器,可自定义场景对请求的数据进行缓存

Results 2 OkhttpCacheInterceptor issues
Sort by recently updated
recently updated
newest added

大佬,要先加载缓存,在请求网络,网络请求结束后重新加载新数据,这个要怎么实现

java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.OutputStream com.xiaolei.OkhttpCacheInterceptor.Catch.DiskLruCache$Editor.newOutputStream(int)' on a null object reference at com.xiaolei.OkhttpCacheInterceptor.Catch.CacheManager.putCache(CacheManager.java:84) at com.xiaolei.OkhttpCacheInterceptor.Catch.CacheManager$1.run(CacheManager.java:117)