搜索 npm 上的 JavaScript 依赖包
Simple “Least Recently Used” (LRU) cache
A tiny (215B) and fast Least Recently Used (LRU) cache
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
Pool of references that gc the least recently unref'ed ones when it reaches a max size