zb-promise-cache:可以在一定时间段内缓存承诺结果的缓存对象

时间:2024-05-22 04:40:50
【文件属性】:

文件名称:zb-promise-cache:可以在一定时间段内缓存承诺结果的缓存对象

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-22 04:40:50

JavaScript

zb-promise-cache 可以在一定时间段内缓存承诺结果的缓存对象 使用简单 const PromiseCache = require('zb-promise-cache'); const simplePromise = function() { return new Promise((resolve, reject) => { resolve('hello world'); }); } const promiseCache = new PromiseCache(simplePromise); p.get('testing') .then(function(val) { console.log(val); // 'hello world' // At this point 'hello world' is already cached


【文件预览】:
zb-promise-cache-master
----.gitignore(914B)
----package.json(623B)
----index.js(3KB)
----test.js(629B)
----README.md(3KB)

网友评论