Uses of Interface
org.apache.oro.text.PatternCache
Packages that use PatternCache
-
Uses of PatternCache in org.apache.oro.text
Classes in org.apache.oro.text that implement PatternCacheModifier and TypeClassDescriptionclassThis is the base class for all cache implementations provided in the org.apache.oro.text package.final classThis class is a GenericPatternCache subclass implementing an LRU (Least Recently Used) cache replacement policy. -
Uses of PatternCache in org.apache.oro.text.perl
Fields in org.apache.oro.text.perl declared as PatternCacheModifier and TypeFieldDescriptionprivate final PatternCachePerl5Util.__patternCacheThe pattern cache to compile and store patternsConstructors in org.apache.oro.text.perl with parameters of type PatternCacheModifierConstructorDescription(package private)Perl5Util(PatternCache cache) A secondary constructor for Perl5Util.