Implements an LruHash class, a Hash with a maximum size controlled by a least-recently-used eviction mechanism.
gem install rufus-lruNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an LRU hash with max size 3 and adds four items, evicting the least recently used.
No known issues recorded.
No dependency data recorded yet.