cache-manager@7.2.9
// Cache Manager for Node.js
$ npm install cache-manager
downloads/wk
4,065,025
license
MIT
version
7.2.9
published
Jun 27, 2026
What is cache-manager?
Cache Manager is a Node.js caching library that provides a unified interface for working with different cache backends like Redis, Memcached, and in-memory storage. It allows developers to implement caching strategies with features like TTL (time-to-live) and multi-store support without having to write backend-specific code. Use it when you need a flexible caching layer that can work across different storage systems or when you want to abstract away the details of cache management from your application logic.
Links
Keywords
Dependencies (2)
Maintainers
jaredwray