Package org.egothor.cache.twoQueue

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

See:
          Description

Class Summary
TwoQueueCache<K,V> Implementation of Cache that uses the 2Q algorithm as an eviction policy.
 

Package org.egothor.cache.twoQueue Description

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