Package org.egothor.cache.lfu

Provides classes that help implementing a cache using LFU algorithm as an eviction policy.

See:
          Description

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

Package org.egothor.cache.lfu Description

Provides classes that help implementing a cache using LFU algorithm as an eviction policy.