memorize-promise:缓存承诺结果并不时更新

时间:2024-05-24 11:25:11
【文件属性】:

文件名称:memorize-promise:缓存承诺结果并不时更新

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-24 11:25:11

JavaScript

背书 保存承诺结果并不时更新。 安装 $ npm install --save memorize-promise 用法 const got = require ( 'got' ) ; const memorizePromise = require ( 'memorize-promise' ) ; const cache = memorizePromise ( ( ) => got ( 'google.com' ) ) ; cache . then ( res => console . log ( res . body ) ) ; // Content 1 cache . then ( res => console . log ( res . body ) ) ; // Content 1 setTimeout ( function ( ) { cache . then ( res =>


【文件预览】:
memorize-promise-master
----.gitattributes(12B)
----test.js(2KB)
----license(1KB)
----.travis.yml(62B)
----.editorconfig(231B)
----.gitignore(13B)
----index.js(975B)
----readme.md(1KB)
----package.json(650B)

网友评论