29 packages found
Simple “Least Recently Used” (LRU) cache
Tiny LRU cache for Client or Server
Simple “Least Recently Used” (LRU) cache
Tiny LRU cache for Client or Server
Simple “Least Recently Used” (LRU) cache
An in-memory key/value cache based on the Least Recently Used algorithm
Tiny & Fast LRU Implementation as possible
A dead simple, high performance, somewhat-recently-used cache.
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
Simple “Least Recently Used” (LRU) cache
A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.
An in-memory key/value cache based on the Least Recently Used algorithm
Hyper “Least Recently Used” (LRU) cache
Least Recently Used (LRU) cache algorithm
hyperlru implementation backed in an Map
hyperlru implementation backed in an Object
LRU cache for browser and Node.js
Simple “Least Recently Used” (LRU) cache
A collection (backed by an array) that evicts the least recently inserted (lri) element from of the collection once it has reached a defined capacity. It is similar to an lru cache except that it uses insertion position to determine eviction rather than w