lisaogren/axios-cache-adapter

README is wrong

dnuske opened this issue · 1 comments

Readme document fails to mention that this lib only caches GET calls.

As can be seen on this line of the source code:
https://github.com/RasCarlito/axios-cache-adapter/blob/2.5.0/src/request.js#L19

Please fix that.

Should now be fixed in latest release https://github.com/RasCarlito/axios-cache-adapter/releases/tag/2.6.0 thanks to this PR #128

Documentation is maybe not much clearer yet but I'll be working on making it better 🙂