4.5.3 • Published 1 month ago

qiao-cache v4.5.3

Weekly downloads
1
License
MIT
Repository
github
Last release
1 month ago

qiao-cache

npm version npm downloads

nodejs 下 cache 能力

usage

// commonjs
const { cache } = require('qiao-cache');

// es6
import { cache } from 'qiao-cache';

api

cache

// set
cache('test', 'hello');

// get
const s = cache('test');
console.log(s); // hello

// del
cache('test', null);
console.log(cache('test')); // undefined
4.5.3

1 month ago

4.5.2

1 month ago

4.5.1

2 months ago

3.7.3

3 months ago

3.5.7

7 months ago

3.1.0

11 months ago

3.0.1

1 year ago

3.0.6

12 months ago

1.0.0

1 year ago

0.2.0

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.1.3

2 years ago

0.0.7

2 years ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.2

4 years ago