接口的使用
org.apache.oro.util.Cache
使用Cache的程序包
-
org.apache.oro.util中Cache的使用
实现Cache的org.apache.oro.util中的类修饰符和类型类说明final classThis class is a GenericCache subclass implementing a FIFO (First In First Out) cache replacement policy.final classThis class is a GenericCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.final classThis class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.final classThis class is a GenericCache subclass implementing a random cache replacement policy.classThis is the base class for all cache implementations provided in the org.apache.oro.util package.