lru-cache-dummy
v1.0.0
Published
a dumb lru-cache
Downloads
3
Readme
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.