Lru Packages

lri

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

1.0.0 • Published 10 years ago

lru-cache-lite

迷你型 LRU 实现库。如果你有轻量的 LRU 需求,那么推荐你试试。

0.0.7 • Published 1 year ago