lisa.cache.js

1.0.1 • Public • Published

docs

main from here

special here

npm i lisa.cache.js --save

juet do it

现在支持key为任何对象

var cache = require('lisa.cache.js');

var keyObj = {
    a : 'hello'
}

cache.put(keyObj, 'great')


console.log(cache.get(keyObj))

keyObj.b = 'yes'
keyObj.a = 'c'

console.log(cache.get(keyObj))

Readme

Keywords

Package Sidebar

Install

npm i lisa.cache.js

Weekly Downloads

0

Version

1.0.1

License

BSD-2-Clause

Unpacked Size

7.7 kB

Total Files

4

Last publish

Collaborators

  • apporoad