What is node-cache?
"Simple and fast NodeJS internal caching. Node internal in memory cache like memcached."
node-cache is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 55.2 KB on disk.
Installation Guide
# Install via NPM
npm install node-cache
# Install via Yarn
yarn add node-cache