cache-manager

JSON →
library 7.2.8 ·javascript
verified Jun 7, 2026

Cache manager for Node.js (v7.2.8) providing a consistent interface for in-memory and distributed caching. Built on Keyv storage adapters supporting Redis, MongoDB, SQLite, and more. Key differentiators: simple wrapper for functions, tiered caches, background refresh of expiring keys, and non-blocking multi-store optimization. Actively maintained with 100% test coverage. Breaking change in v7: get returns undefined instead of null. Major v6 rewrite replaced custom stores with Keyv adapters.