co-cacheable:使用 co 和 cacheable 缓存您的生成器函数结果

时间:2024-06-20 23:29:23
【文件属性】:

文件名称:co-cacheable:使用 co 和 cacheable 缓存您的生成器函数结果

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-20 23:29:23

JavaScript

可共同缓存 使您能够用包装生成器函数 用法 var cached = require('co-cacheable')({ client: new RedisClient() prefix: 'cacheable' }) function User() { } User.prototype.getDetails = function* getDetails() { // fetch from a remote API } User.prototype.thunkedMethod = function() { return function(callback) { } } // manually mark this function as thunked method User.prototype.thunkedMethod.isThunk = true cach


【文件预览】:
co-cacheable-master
----.gitignore(27B)
----package.json(624B)
----index.js(1KB)
----README.md(593B)

网友评论