axios-cache-adapter icon indicating copy to clipboard operation
axios-cache-adapter copied to clipboard

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.

Results 63 axios-cache-adapter issues
Sort by recently updated
recently updated
newest added

Hi, As per the Readme https://github.com/RasCarlito/axios-cache-adapter/blob/master/README.md?plain=1#L366. Custom invalidate function can be defined and the cache can be busted by - await config.store.removeItem(config.uuid) There are two types issue - - Property...

I have face that issue when run axios-cache-adapter version 2.7.3. Full error message: reqConfig.adapter is not a function { stack: 'TypeError: reqConfig.adapter is not a function\n' + ' at _callee$...

package.json ``` ... "axios": "^1.2.6", "axios-cache-adapter": "^2.7.3", "axios-cache-interceptor": "^1.0.1", ... ``` when running npm install (without --force or --legacy-peer-deps) I get a conlict error: ``` npm ERR! code ERESOLVE npm...