lscache : A simple library that emulates memcache functions using HTML5 localStorage. You can installing lscache 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 lscache $ sudo npm install -g lscache
If want to update the lscache package execute the command as below,
$ sudo npm update lscache
Update package globally,
$ npm install -g lscache
$ sudo git clone https://github.com/rektide/lscache.git
$ sudo npm install -g ./lscache
lscache@1.1.0 /usr/lib/node_modules/lscache
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lscache
Package Name | lscache |
Version | 1.1.0 |
Description | A simple library that emulates memcache functions using HTML5 localStorage |
Released Date | 2017-02-24T22:49:02.583Z |
Published by | pamelafox |
How to Learn | https://www.npmjs.com/package/lscache/tutorial |