simple-cache-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i simple-cache-js

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

14.6 kB

Total Files

7

Last publish

Collaborators

  • ericjansen