Package org.egothor.cache.lruk

Provides classes that help implementing a cache using LRU-K algorithm as an eviction policy.

See:
          Description

Class Summary
LruKCache<K,V> Implementation of Cache that uses the LRU-K algorithm as an eviction policy.
LruKNode<K> Represents a node that can be used as a key for TreeMap.
 

Package org.egothor.cache.lruk Description

Provides classes that help implementing a cache using LRU-K algorithm as an eviction policy.