Package org.egothor.cache.slru

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

See:
          Description

Class Summary
SlruCache<K,V> Implementation of Cache that uses the SLRU algorithm as an eviction policy.
 

Package org.egothor.cache.slru Description

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