Multiple async request do not store anything to cache

15 Views Asked by At

How can i save to cache file when do multiple async requests at similar time. Right now the cache file for this specific request is empty at the end (for other requests everything is working fine).

Im using standard OKHttp caching mechanism along with retrofit

Is there a way to block cache files until get closed and saved?

0

There are 0 best solutions below