simple-lru-cache / 0.0.2 last updated a year ago created on Jan 11th 2013
Install
npm install --save simple-lru-cache
Clone
git clone git@github.com:geisbruch/node-simple-lru-cache.git
dependencies
No dependencies listed.
maintainers
geisbruch
versions
| 0.0.2 | a year ago | geisbruch |
| 0.0.1 | 3 years ago | geisbruch |
readme
node-simple-lru-cache
It's a very simple and extremely fast lru cache for node.js.
This cache will priorize the lastest used keys over the least used keys, so when a new key is added if the cache is full, the least used key will be removed