node-cache:一个简单的针对nodejs的内存中缓存

时间:2024-03-20 05:59:17
【文件属性】:

文件名称:node-cache:一个简单的针对nodejs的内存中缓存

文件大小:9KB

文件格式:ZIP

更新时间:2024-03-20 05:59:17

JavaScript

内存缓存 一个简单的针对node.js的内存缓存 安装 npm install memory-cache --save 用法 var cache = require ( 'memory-cache' ) ; // now just use the cache cache . put ( 'foo' , 'bar' ) ; console . log ( cache . get ( 'foo' ) ) ; // that wasn't too interesting, here's the good part cache . put ( 'houdini' , 'disappear' , 100 , function ( key , value ) { console . log ( key + ' did ' + value ) ; } ) ; // Time in ms con


【文件预览】:
node-cache-master
----.jshintrc(186B)
----.gitignore(29B)
----.jsbeautifyrc(487B)
----package.json(913B)
----LICENSE.md(1KB)
----.travis.yml(18B)
----gulpfile.js(1KB)
----index.js(4KB)
----test.js(24KB)
----README.md(3KB)

网友评论