0.1.1 • Published 4 years ago

simple-cache-js v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Simple cache package for NodeJS

What is this?

Package for using cache in your nodejs application

How to install?

Install using npm install --save simple-cache-js

How to use?

Import: import Cache from 'simple-cache-js';

Initialize: const cache = new Cache();

All methods of this class are available:

cache.get
cache.set
cache.delete
cache.flush
cache.save
cache.delStartsWith