类的使用
org.apache.oro.text.GenericPatternCache
使用GenericPatternCache的程序包
程序包
说明
This package used to be the TextTools library and provides general
text processing support, including a glob regular expression class,
pattern caching and line-by-line processing classes.
-
org.apache.oro.text中GenericPatternCache的使用
修饰符和类型类说明final classThis class is a GenericPatternCache subclass implementing a FIFO (First In First Out) cache replacement policy.final classThis class is a GenericPatternCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy.final classThis class is a GenericPatternCache subclass implementing an LRU (Least Recently Used) cache replacement policy.final classThis class is a GenericPatternCache subclass implementing a random cache replacement policy.