Package org.apache.oro.text
-
Interface Summary Interface Description PatternCache An interface defining the basic functions of a regular expression cache. -
Class Summary Class Description GenericPatternCache This is the base class for all cache implementations provided in the org.apache.oro.text package.PatternCacheLRU This class is a GenericPatternCache subclass implementing an LRU (Least Recently Used) cache replacement policy. -
Exception Summary Exception Description MalformedCachePatternException An exception used to indicate errors in a regular expression fetched from a PatternCache.