node-quick-lru

Simple "Least Recently Used" (LRU) cache
  https://github.com/sindresorhus/quick-lru
  0
  no reviews



Useful when you need to cache something and limit memory usage. Inspired by the hashlru algorithm, but instead uses Map to support keys of any type, not just strings, and values can be undefined.

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