0.0.1 • Published 5 years ago

rqsache v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Simple Node Cache 0.1

Cache used for my node applications

Installation

Import add and get methods to files where you want to use cache

Usage

Define cache elements

add(name: string, update: boolean, initialValue: any, callback?: (prevData: any) => any)

Get cache element

async get(name: string)

Support

  • Node v12.2.0