Package dsto.dfc.collections.cache

Interface Summary
Cache An interface defining the basic functions of a cache.
 

Class Summary
AbstractCache This is the base class for all cache implementations provided in the org.apache.oro.util package.
CacheEntry A structure used to store values in a GenericCache.
CacheLRU This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
 



Copyright © 2008 Commonwealth of Australia