Package org.nees.util.cache

Generalized caching.

See:
          Description

Interface Summary
Cacheable This interface is implemented by all operations whose results can be cached.
Multisortable An interface to allow for elements that may be sorted in a variety of ways.
Sizeable An interface for comparing thie size of elements.
 

Class Summary
Cache Base Cache class.
CachedObject Creation timestamp: Feb 20, 2003 9:21:12 AM
CachingStrategy CachingStrategies negotiate access to an expensive underlying resource through a single accessor method, get().
MultisortVector This is an extension of a Vector that permits sorting its elements on multiple keys.
ObjectCountingCachingStrategy This caching strategy keeps the number of objects in the cache below a client-specified limit.
SimpleCachingStrategy This caching strategy caches every object that the client asks for.
 

Package org.nees.util.cache Description

Generalized caching.