promise-async-cache:简单的lib通过异步加载过程缓存数据

时间:2024-06-08 06:29:38
【文件属性】:

文件名称:promise-async-cache:简单的lib通过异步加载过程缓存数据

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-08 06:29:38

JavaScript

承诺异步缓存 感谢的初始实现:) 安装 通过npm安装: $ npm install promise-async-cache 用法 // the example uses es6 but it works with es5 as well import PromiseAsyncCache from 'promise-async-cache' ; // loading value into the cache const cache = new PromiseAsyncCache ( { load ( key ) { // load async data // then return a promise with the value to be cached } } ) ; // getting value from the cache cache . get


【文件预览】:
promise-async-cache-master
----.gitignore(71B)
----.eslintrc(344B)
----compiler.js(91B)
----package.json(888B)
----src()
--------debug.js(109B)
--------index.js(2KB)
----.travis.yml(50B)
----LICENSE(1KB)
----spec()
--------promise-async-cache.spec.js(1KB)
--------spec-helper.js(74B)
----README.md(1KB)
----.npmignore(4B)
----.editorconfig(145B)

网友评论