Package org.egothor.cache.stat

Provides classes that help implementing a static cache.

See:
          Description

Class Summary
StaticCache<K,V> Implementation of Cache that does not allow adding any new items when it is full.
 

Package org.egothor.cache.stat Description

Provides classes that help implementing a static cache.