lru-cache-dummy

1.0.0 • Public • Published

LRU Cache Dummy

A cache that implements the most basic of lru-cache's interface. However, it doesn't actually evict anything. Use this for development or when you don't actually care about memory usage, but want to be able to plug in lru-cache very easily.

Readme

Keywords

none

Package Sidebar

Install

npm i lru-cache-dummy

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jongleberry
  • swatinem