I wanna to cache my data which request by Retrofit,but i don't know how to implement it.
As we know read/write cache is time-consumed,and we should not do it in main thread.
Does anybody can tell me how should i do to cache my data with Retrofit?Thanks!