View Project
🍁 NodeCache.js
A Simple, lightweight in-memory cache with TTL support for node.js applications.
⛩️ About
Discover an elegant and efficient in-memory cache module for Node.js. This package incorporates time-to-live (**ttl**) functionality, asynchronously evicting expired keys from the cache.
- Support for **up to 1 million keys** that are stored in a single object.
- Leverages **worker_threads**, to optimize cache expiration checks, freeing the main thread for other critical tasks.
📜 Installation
- You can install nodecache via npm:
npm i nodecache.js
- Alternatively, you can save the latest dependency:
npm i nodecache.js@latest --save
Read more on Github.com/akashchouhan16/nodecache.js
Built with