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.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The package is CommonJS-only; using import may require a bundler. The example shows require.
TypeScript users may want the named export, but the package does not ship TypeScript definitions.
The module exports a singleton instance with methods get, set, del, clear.
Demonstrates basic set, get, del, and clear operations with TTL.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.