local-cache

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

A lightweight Node.js local JSON cache for reading and writing JSON objects to disk. Version 0.1.0 is the current release with no defined release cadence. It offers simple synchronous file operations for small-scale caching needs, but lacks asynchronous support, TTL, or advanced features found in alternatives like node-cache or flat-cache. Best suited for quick prototyping or non-performance-critical scripts.