node-cache-manager

JSON →
library 1.2.0 ·javascript deprecated
verified Jun 7, 2026

A simple in-memory cache manager for Node.js applications, version 1.2.0. It provides basic caching functionality with TTL support, suitable for small projects or simple caching needs. However, note that the package is outdated (last release from 2018) and has not been maintained, with no support for advanced features like clustering, persistence, or multi-tier caching that modern alternatives like keyv or node-cache offer. The package uses a singleton pattern and is not recommended for new projects.