🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
My application doesnot require casched respose. Since i need to fetch data freequently, and data in the server varies constatnly . But through this library , I am always getting chached response .
My application doesnot require casched respose. Since i need to fetch data freequently, and data in the server varies constatnly . But through this library , I am always getting chached response .
I have tried
getRequestQueue().getCache().flush(); getRequestQueue().getCache().clear(); getRequestQueue().getCache().close(); getRequestQueue().getCache().remove(req.getCacheKey()); getRequestQueue().getCache().invalidate(req.getCacheKey(),true);
All these, still I am getting only cached response