micro-cache

JSON →
library 3.0.3 ·javascript
verified Jun 7, 2026

Micro-cache (v3.0.3) is a minimal synchronous file system cache for Node.js. It writes/reads files to a local directory synchronously, with no runtime memory caching. Designed for simplicity, it uses the file system exclusively, not memory. The package is ES module (no CommonJS), requires Node >=12, and has no dependencies. It is a niche tool for scenarios requiring a persistent, synchronous, file-based cache with minimal overhead.