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 TypeClassDescriptionclass
This is the base class for all cache implementations provided in the org.apache.oro.text package.final class
This 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 PatternCache
Perl5Util.__patternCache
The 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.