文件名称:distribucache-memory-store:用于Distribucache的内存(RAM)数据存储
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-08 18:09:54
JavaScript
Distribucache内存存储 用于自动重新填充缓存的内存(RAM)数据存储。 用法 这是一个使用带有内存的Distribucache的简单服务的样子: var distribucache = require ( 'distribucache' ) , memoryStore = require ( 'distribucache-memory-store' ) , cacheClient = distribucache . createClient ( memoryStore ( ) ) , model = require ( '../model' ) , // for example cache , Service ; cache = cacheClient . create ( 'my:values' , { staleIn : '10 sec' ,
【文件预览】:
distribucache-memory-store-master
----lib()
--------Timer.js(586B)
--------index.js(2KB)
----.travis.yml(46B)
----LICENSE(1KB)
----test()
--------_all.js(223B)
--------index-test.js(5KB)
--------Timer-test.js(2KB)
----README.md(1KB)
----.gitignore(38B)
----package.json(862B)