lisaogren / axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.
MIT License
726 stars 107 forks source link

Is this package still being maintained? #265

Open BombaCrazy opened 2 years ago

BombaCrazy commented 2 years ago

This library was last updated on March 3, 2021. There are so many cool features to be done and there are many issues being accumulated...

BombaCrazy commented 2 years ago

Anyways, axios cache interceptor is doing a better job. https://www.npmjs.com/package/axios-cache-interceptor

rsadr0pyz commented 2 years ago

true

victorcarvalhosp commented 2 years ago

Tried for hours to make the cache work using this without success(cache simply didn't work no matter what I tried) - and made it work in less than 5 minutes with https://www.npmjs.com/package/axios-cache-interceptor