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 CachePerl5Util.__expressionCacheThe 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 classThis class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.classThis is the base class for all cache implementations provided in the org.apache.oro.util package.