mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
26 lines
807 B
Markdown
26 lines
807 B
Markdown
# Comparison
|
|
|
|
> This comparison page aims to be detailed, unbiased, and up-to-date. <br/>If you see any
|
|
> information that may be inaccurate or could be improved otherwise, please feel free to
|
|
> suggest changes.
|
|
|
|
## Cache Features
|
|
|
|
```
|
|
✅ Supported 1st-class and documented.
|
|
🔶 Supported and documented, but requires custom user-code to implement.
|
|
🟡 Can be done, may not be documented.
|
|
🛑 Not officially supported or documented.
|
|
```
|
|
|
|
[Comparison table](_comparison-table.md ':include')
|
|
|
|
## Benchmark
|
|
|
|
There's an simple
|
|
[benchmark](https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/docs/benchmark.js)
|
|
in form of a stress test to compare the performance of this library, `axios-cache-adapter`
|
|
and raw axios (without cache).
|
|
|
|
[Results](_comparison-benchmark.md ':include :type=code')
|