asyncmemo

memoize asynchronous function calls


Keywords
async, cache, memo, memoize
License
Fair
Install
npm install asyncmemo@0.1.0

Documentation

asyncmemo

memoize asynchronous function calls

Install

npm install --save asyncmemo

Usage

var asyncMemo = require('asyncmemo')
var cache = asyncMemo(fn, [args...])
cache(val, cb)

Related

License

Copyright (c) 2016 Charles Lehner

Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.

DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.