Package org.egothor.cache.multiQueue

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

See:
          Description

Interface Summary
MultiQueueFunction Interface used by MQ algorithm to compute the queue number according to frequency of access.
 

Class Summary
MultiQueueCache<K,V> Implementation of Cache that uses the MQ algorithm as an eviction policy.
MultiQueueEntry<K> Represents a node that holds information about key, access and expire time, frequency and queue number.
 

Package org.egothor.cache.multiQueue Description

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