Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/isaacs/async-cache

Cache your async lookups and don't fetch the same thing more than necessary.
https://github.com/isaacs/async-cache

Last synced: 8 days ago
JSON representation

Cache your async lookups and don't fetch the same thing more than necessary.

Lists

README

        

# async-cache

# Deprecated.

Use [lru-cache](http://npm.im/lru-cache) version 7.6 or higher, and provide
an asynchronous `fetchMethod` option.

This project will no longer be maintained, as it is no longer necessary.