async-disk-cache@2.1.0
// Async disk cache
$ npm install async-disk-cache
downloads/wk
524,561
license
MIT
version
2.1.0
published
Jun 24, 2020
What is async-disk-cache?
async-disk-cache is a Node.js package that provides asynchronous caching to disk, allowing you to store and retrieve data persistently across application restarts. Developers use it when they need a simple file-based cache for expensive operations, temporary data, or to avoid repeatedly fetching or computing the same information.
Links
Keywords
Dependencies (7)
Maintainers
rwjblue, katiegengler, stefanpenner, trentmwillis