文件名称:souvenir:异步函数的隐蔽缓存
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-13 14:52:33
JavaScript
纪念品 异步函数的不显眼缓存。 安装 $ npm install souvenir 用法 var Souvenir = require ( "souvenir" ) ; var Cache = new Souvenir . Cache ( new Souvenir . CacheProviders . Memory ( ) ) ; // This function takes a full second to compute the sum! // Options: { "x": [number], "y": [number] }. function SlowSum ( Options , Callback ) { setTimeout ( function ( ) { Callback ( null , Options . x + Options . y ) ; } ,
【文件预览】:
souvenir-develop
----.gitignore(14B)
----package.json(274B)
----LICENSE(1KB)
----index.js(184B)
----README.md(6KB)
----demo()
--------redis.js(1KB)
--------memory.js(985B)
----lib()
--------cache.js(2KB)
--------cache_providers()