Package org.apache.oro.util
-
Interface Summary Interface Description Cache An interface defining the basic functions of a cache. -
Class Summary Class Description CacheLRU This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.GenericCache This is the base class for all cache implementations provided in the org.apache.oro.util package.GenericCacheEntry A structure used to store values in a GenericCache.