程序包 org.apache.oro.util


package org.apache.oro.util
  • 说明
    An interface defining the basic functions of a cache.
    This class is a GenericCache subclass implementing a FIFO (First In First Out) cache replacement policy.
    This class is a GenericCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.
    This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
    This class is a GenericCache subclass implementing a random cache replacement policy.
    This is the base class for all cache implementations provided in the org.apache.oro.util package.