In retrofit, caching the GET request is easy!
After googling for sometime, got to know that we can't cache the POST request through Retrofit/OkHttp.
Is there any workaround or better approach to handle this limitation?
In GET request, url is the key to retrieve the cache. For POST request, if there is some provision for dynamic tag in the place of url, we can easily make it work.
Kindly share your comments.
Thanks in advance!