Uses of Interface
org.apache.oro.util.Cache
-
Packages that use Cache Package Description org.apache.oro.text org.apache.oro.text.perl org.apache.oro.util -
-
Uses of Cache in org.apache.oro.text
Fields in org.apache.oro.text declared as Cache Modifier and Type Field Description (package private) Cache
GenericPatternCache. _cache
Constructors in org.apache.oro.text with parameters of type Cache Constructor Description 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 Cache Modifier and Type Field Description private 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 Cache Modifier and Type Class Description class
CacheLRU
This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy.class
GenericCache
This is the base class for all cache implementations provided in the org.apache.oro.util package.
-