memory-cache-node

JSON →
library 1.4.0 ·javascript
verified Jun 7, 2026

Fast, modern, and event-loop non-blocking memory cache for Node.js and browser. Version 1.4.0 is the current stable release, with regular updates. Uses JavaScript Map for faster lookups compared to plain object caches, and implements non-blocking cleanup for large caches (hundreds of thousands to millions of entries). Supports TypeScript with built-in types. Ideal for in-memory caching with configurable expiration intervals and max item counts.