类的使用
org.apache.oro.util.GenericCache
使用GenericCache的程序包
-
org.apache.oro.util中GenericCache的使用
修饰符和类型类说明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.