lisaogren / axios-cache-adapter

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

Is it possible to get axios-cache-adapter to work with a more current version of Axios? #270

Open visualjeff opened 2 years ago

visualjeff commented 2 years ago

axios-cache-adapter@2.7.3 is not compatible with axios@0.26.1

Is it possible to get a version of the module that is compatible with axios@0.26.X

luansmelo commented 2 years ago

Try axios-cache-interceptor

visualjeff commented 2 years ago

I'll check it out. Thanks you for the tip.

dudedigital commented 2 years ago

Will this repo receive an update?

sherali-1 commented 1 year ago

any news?