Uses of Interface
org.apache.oro.text.PatternCache
-
Packages that use PatternCache Package Description org.apache.oro.text org.apache.oro.text.perl -
-
Uses of PatternCache in org.apache.oro.text
Classes in org.apache.oro.text that implement PatternCache Modifier and Type Class Description class
GenericPatternCache
This is the base class for all cache implementations provided in the org.apache.oro.text package.class
PatternCacheLRU
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 PatternCache Modifier and Type Field Description private PatternCache
Perl5Util. __patternCache
The pattern cache to compile and store patternsConstructors in org.apache.oro.text.perl with parameters of type PatternCache Constructor Description Perl5Util(PatternCache cache)
A secondary constructor for Perl5Util.
-