Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.oro.util.GenericCache

Uses of GenericCache in org.apache.oro.util
 

Subclasses of GenericCache in org.apache.oro.util
 class CacheFIFO
          This class is a GenericCache subclass implementing a FIFO (First In First Out) cache replacement policy.
 class CacheFIFO2
          This class is a GenericCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.
 class CacheLRU
          This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
 class CacheRandom
          This class is a GenericCache subclass implementing a random cache replacement policy.