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 classGenericPatternCacheThis is the base class for all cache implementations provided in the org.apache.oro.text package.classPatternCacheLRUThis 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 PatternCachePerl5Util. __patternCacheThe 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.
-