class Hashery::LRUHash

Hash with LRU expiry policy. There are at most max_size elements in a LRUHash. When adding more elements old elements are removed according to LRU policy.

Based on Robert Klemme’s LRUHash class.

LRUHash, Copyright © 2010 Robert Klemme.