call-cache:缓存函数调用内存并提供回调

时间:2024-06-19 22:52:12
【文件属性】:

文件名称:call-cache:缓存函数调用内存并提供回调

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-19 22:52:12

deprecated obsolete JavaScript

呼叫缓存 :warning: 已弃用 - 不再支持软件包。 您可以使用源代码。 一个简单的内存函数调用缓存 node.js 提供回调并返回一个 Promise 通过存储外部 API 调用来加速页面的生成 通过提供最终回调,与异步多次调用配合得很好 与Promises兼容以与最新的 API 一起使用 使用外部 API 防止达到限制 安装 npm install call-cache 用法 var options = { debug : true } ; var cache = require ( "call-cache" ) ( options ) ; // using the cache cache . get ( "foo" , function ( ) { // generating the cache console . log ( "Fetching Foo"


【文件预览】:
call-cache-master
----test.js(12KB)
----LICENSE(1KB)
----README.md(5KB)
----.gitignore(578B)
----index.js(3KB)
----package.json(834B)

网友评论