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

Mix this in your class to make LRU-managable.

Attributes

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

[Validate]