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

Just a question about readOnError for network errors #269

Open MockingMagician opened 2 years ago

MockingMagician commented 2 years ago

Hi folks,

Is it possible to configure cache-adapter in some way that it just return cache ONLY on network erros ?

Best regards,