async-cache@0.0.1
Cache your async lookups and don't fetch the same thing more than necessary.
BSD
2012-08-10
已弃用
No longer maintained. Use [lru-cache](http://npm.im/lru-cache) version 7.6 or higher, and provide an asynchronous `fetchMethod` option.
安装 (0.0.1)
npm install async-cache@0.0.1
yarn add async-cache@0.0.1
pnpm add async-cache@0.0.1
bun add async-cache@0.0.1
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| lru-cache | ~2.0.0 |
devDependencies (1)
| 包名 | 版本要求 |
|---|---|
| tap | ~0.3.0 |