接口的使用
org.apache.oro.text.PatternCache
使用PatternCache的程序包
程序包
说明
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.
This package used to be the PerlTools library and adds Perl5
regular expression syntactic sugar built on top of the
org.apache.oro.text.regex Perl5 regular expression classes.-
org.apache.oro.text中PatternCache的使用
修饰符和类型类说明classThis is the base class for all cache implementations provided in the org.apache.oro.text package.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. -
org.apache.oro.text.perl中PatternCache的使用
参数类型为PatternCache的org.apache.oro.text.perl中的构造器