0.0.7 • Published 3 years ago

scgi v0.0.7

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

Scgi

browser cache with garbage collection tool

Installation

npm i scgi

Usage

Notice: cahe will be deleted after expired

import { Scgi } from 'scgi'

let c = new Scgi()

// set value to cache
c.value = { value: 'I am the key', seconds: 10 }

// values of cache
c.values // { value: 'I am the key', seconds: 10 }
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago