类的使用
org.apache.oro.util.GenericCache

使用GenericCache的程序包
程序包
说明
 
  • org.apache.oro.utilGenericCache的使用

    修饰符和类型
    说明
    final class 
    This class is a GenericCache subclass implementing a FIFO (First In First Out) cache replacement policy.
    final class 
    This class is a GenericCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.
    final class 
    This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.
    final class 
    This class is a GenericCache subclass implementing a random cache replacement policy.