mem-cache : simple in memory key/value cache with autoclean by timeout. You can installing mem-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 mem-cache $ sudo npm install -g mem-cache
If want to update the mem-cache package execute the command as below,
$ sudo npm update mem-cache
Update package globally,
$ npm install -g mem-cache
$ sudo git clone https://github.com/rektide/mem-cache.git
$ sudo npm install -g ./mem-cache
mem-cache@0.0.5 /usr/lib/node_modules/mem-cache
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mem-cache
| Package Name | mem-cache |
| Version | 0.0.5 |
| Description | simple in memory key/value cache with autoclean by timeout |
| Released Date | 2015-10-06T13:24:15.621Z |
| Published by | silviom |
| How to Learn | https://www.npmjs.com/package/mem-cache/tutorial |