async-cache : Cache your async lookups and dont fetch the same thing more than necessary.. You can installing async-cache npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install async-cache $ sudo npm install -g async-cache
If want to update the async-cache package execute the command as below,
$ sudo npm update async-cache
Update package globally,
$ npm install -g async-cache
$ sudo git clone https://github.com/rektide/async-cache.git
$ sudo npm install -g ./async-cache
async-cache@1.1.0 /usr/lib/node_modules/async-cache
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall async-cache
Package Name | async-cache |
Version | 1.1.0 |
Description | Cache your async lookups and dont fetch the same thing more than necessary. |
Released Date | 2016-03-19T02:48:59.291Z |
Published by | isaacs |
How to Learn | https://www.npmjs.com/package/async-cache/tutorial |