lru-cache
A cache object that deletes the least-recently-used items.
A cache object that deletes the least-recently-used items.
A least-recently-used cache in 35 lines of code
A lighting fast cache manager for node with least-recently-used policy.
A tiny (215B) and fast Least Recently Used (LRU) cache
In-memory cache implementations with ES6 Map-like API and different eviction strategies
A no dependency javascript runtime key-value cache store for small chunks of arbitrary data (strings, objects, numbers)
LRU Cache that is safe for clusters, based on `lru-cache`. Save memory by only caching items on the main thread via a promisified interface.
Imlementation of 2Q Cache Algorithm
A cache object that deletes the least-recently-used items.
A cache object that deletes the least-recently-used items. Supports fs swapping and default values.
Tiny & Fast LRU Implementation as possible
hyperlru implementation backed in an Map
hyperlru implementation backed in an Object
A keyed pool that recycles the least-recently-used objects.
A cache object that deletes the least-recently-used items.
A cache object that deletes the least-recently-used items.
Least Recently Map/Set, make every add/set will at end of entries
An MRU cache implementation
Most recently used fixed size overflowing array.
A cache object that deletes the least-recently-used items.