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

Help you cache GET request when using axios.

Results 8 axios-cache-plugin issues
Sort by recently updated
recently updated
newest added

when is used excludeHeaders:true, - the new key for cache is saved without header, but when we try to read the cache compare new header with key stored without header...

Have to use instance.__cacher.cacheMap.clear() instead as instance.__clearCache does not seem to work.

When I set cancelToken the plugin doesn't work. So I deleted it from the cache key.

its just not there so i have to import it as below for now import wrapper from 'axios-cache-plugin/src'

当要传输的参数很长时,有时POST是当GET用的,所以给POST缓存是有意义的。 当在一个网站里开新窗口时,如果缓存能跨页面,就能省下不少重新加载的时间。可以考虑用 web worker 之类的技术。

I'm using this for a mobile web application, where cell service may at times be spotty so online access may temporarily be offline. During that time it would be great...

I'm using `create-react-app` to isolate the problem. In my real App, I'm using webpack and a lot of other stuff to build. These are the steps to reproduce the problem:...