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: 12 months ago
JSON representation

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

Awesome Lists containing this project

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.