Uses of Package
org.egothor.cache.lfu

Packages that use org.egothor.cache.lfu
org.egothor.cache.lfu Provides classes that help implementing a cache using LFU algorithm as an eviction policy. 
 

Classes in org.egothor.cache.lfu used by org.egothor.cache.lfu
LfuNode
          Represents a node that can be used as a key for TreeMap.