CodeBrowser / npm / cache-manager
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.
Keywords
#cache #caching #cache manager #node #node.js #in-memory cache #redis #memcached #multi-store cache #ttl #caching layer #cache abstraction #cache middleware #cache strategies #cache wrapper
Dependencies (2)
Maintainers
jaredwray