axios-cache-adapter-util

JSON →
library 1.0.57 ·javascript
verified Jun 7, 2026

A utility for exporting and importing axios-cache-adapter cache stores to/from JSON files, enabling persistent cache across restarts or sharing between processes. Current version 1.0.57, with weekly releases. Key differentiators: built-in process exit hook integration, TypeScript support, and direct filesystem operations via fs-extra. Requires peer dependencies axios (^0.21.1) and axios-cache-adapter (^2.7.3). Commonly used to save API cache to disk and reload on app startup.