Open krychu90 opened 4 years ago
Sorry I didn't quite catch your meaning, could u pls provide a minimal reproduction?
If you wanna clear all the cache, u could define a custom cache by yourself and clear it manually. see https://github.com/kuitos/axios-extensions#more-advanced
When I make GET request with different header to the same url the second request will be cached. I think this should not be cached like same url with different params data.
@kuitos it is especially important for Authorization
header, which can be checked by default
How can I clear all cache? I am requesting the same url but with other header data and cache will not allow to send it. I am using throttleAdapterEnhancer and cacheAdapterEnhancer adapters.