arthurfiorette / axios-cache-interceptor

📬 Small and efficient cache interceptor for axios. Etag, Cache-Control, TTL, HTTP headers and more!
https://axios-cache-interceptor.js.org
MIT License
703 stars 58 forks source link

docs: update cache jsdocs for debugging #796

Closed brianreidy closed 9 months ago

brianreidy commented 9 months ago

This appears to be an old/incorrect link that just routes you to https://axios-cache-interceptor.js.org/ I think we want to use https://axios-cache-interceptor.js.org/guide/debugging instead

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ad69e6d) 99.29% compared to head (3d92df6) 99.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #796 +/- ## ======================================= Coverage 99.29% 99.29% ======================================= Files 19 19 Lines 2400 2400 Branches 211 211 ======================================= Hits 2383 2383 Misses 16 16 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

arthurfiorette commented 9 months ago

Thanks