Node Cache Expands node-cache and adds persistent option. Get Started const Cache from '@nexys/node-cache'; const cache = new Cache({ persistent: true }); export default cache; API and Documentation refer to: https://www.npmjs.com/package/node-cache