Module LRUCache::Item
In: lib/more/facets/lrucache.rb

Mix this in your class to make LRU-managable.

Attributes

lru_key  [RW] 
lru_next  [RW] 
lru_prev  [RW] 

[Validate]