You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is awesome without implementing cache in server we can cache the response. Is there any way to ignore the response caching for few urls which should always hit the network. Point me out in the right direction i can change and send you pull request for it.
Thanks,
The text was updated successfully, but these errors were encountered:
As mentioned in the doc, you can use Cache-Control: no-cache and Cache-Control: no-store headers on requests to obtain this result. This behaviour seems not to be verified by unittests, It would be great if you could add these tests to check it works, then I would be very happy to accept your pull request.
Hey @ncornette
This library is awesome without implementing cache in server we can cache the response. Is there any way to ignore the response caching for few urls which should always hit the network. Point me out in the right direction i can change and send you pull request for it.
Thanks,
The text was updated successfully, but these errors were encountered: