Package org.egothor.cache.arc

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

See:
          Description

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

Package org.egothor.cache.arc Description

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