2023-10-28 20:32:38 -03:00

5.3 KiB

Comparison

This comparison page aims to be detailed, unbiased, and up-to-date.
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.
Axios Cache Interceptor Axios Cache Adapter Cachios
Compared version Latest 2.7.3 3.1.1
Expiration with TTL
Per-request configuration
Global and custom instance
Cache-Control header 🛑
Expires & Age header 🟡 🛑
ETag and If-None-Match header 🛑 🛑
If-Modified-Size header 🛑 🛑
Bundle size 4.4Kb (gzip) 18.9Kb (gzip) 19.5Kb (gzip)
Typescript declaration (Custom interface) (Applied globally) (Applied globally)
Custom cache keys
Multiple storages 🔶 (Only localForage)
Built-in redis storage 🔶 🟡
Handles storage quota errors
Node & Web compatible 🛑
Invalidate cache based on response 🛑
Update cache based on response 🟡 🟡
Predicate to test if request should be cached 🛑
Concurrent requests 🔶#231 🛑
Cache fallback on network errors
Debug / Development mode 🛑

Benchmark

The benchmark is composed of axios throughput tests to compare the performance of this library, axios-cache-adapter and axios as it is.

<<< @/generated/benchmark.md {5,11}