lru-cache935.3mISC11.1.0A cache object that deletes the least-recently-used items.
isaacsIl y a 4 monthsmru, lru, cache quick-lru119.2mMIT7.0.1Simple “LeastRecentlyUsed” (LRU) cache
sindresorhusIl y a 3 monthsrecently, least, used, lru lru_map10.3mMIT0.4.1Finite key-value map using the LeastRecentlyUsed (LRU) algorithm where the most recentlyused objects are keept in the map while less recentlyused items are evicted to make room for new ones.
rsmsIl y a almost 3 yearscache, lru, buffer, map @wolfy1339/lru-cache912.6kISC11.0.2-patch.1A cache object that deletes the least-recently-used items.
isaacsIl y a 8 monthsmru, lru, cache