Package org.apache.oro.text


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