Uses of Interface
org.apache.oro.util.Cache
Packages that use Cache
-
Uses of Cache in org.apache.oro.text
Fields in org.apache.oro.text declared as CacheConstructors in org.apache.oro.text with parameters of type CacheModifierConstructorDescription(package private)
GenericPatternCache
(Cache cache, PatternCompiler compiler) The primary constructor for GenericPatternCache. -
Uses of Cache in org.apache.oro.text.perl
Fields in org.apache.oro.text.perl declared as CacheModifier and TypeFieldDescriptionprivate final Cache
Perl5Util.__expressionCache
The hashtable to cache higher-level expressions -
Uses of Cache in org.apache.oro.util
Classes in org.apache.oro.util that implement CacheModifier and TypeClassDescriptionfinal class
This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.class
This is the base class for all cache implementations provided in the org.apache.oro.util package.