Uses of Package
org.egothor.cache.multiQueue

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

Classes in org.egothor.cache.multiQueue used by org.egothor.cache.multiQueue
MultiQueueFunction
          Interface used by MQ algorithm to compute the queue number according to frequency of access.