cache-manager-mongodb

JSON →
library 0.3.0 ·javascript maintenance
verified Jun 5, 2026

MongoDB store for node-cache-manager (v0.3.0). This package integrates MongoDB as a persistent caching backend for the node-cache-manager module. It provides a simple API for get, set, del, and wrap operations with full Promise support. The store supports configurable collection names, compression, pool size, and auto-reconnect. Unlike in-memory or Redis stores, it leverages MongoDB for durable, shared caching across multiple processes or servers. The package has low release activity and is considered stable but not actively developed.