接口的使用
org.apache.oro.util.Cache

使用Cache的程序包
程序包
说明
 
  • org.apache.oro.utilCache的使用

    实现Cacheorg.apache.oro.util中的类
    修饰符和类型
    说明
    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.
    class 
    This is the base class for all cache implementations provided in the org.apache.oro.util package.