node-lru-cache

least-recently-used cache object for Node.js
  https://github.com/isaacs/node-lru-cache
  0
  no reviews



A cache object that deletes the least-recently-used items. This is the Node.js module.

Node.js is an event-based server-side javascript engine.