org.apache.oro.text
and related packages, but that can also be applied to
more general uses.See: Description
Interface | Description |
---|---|
Cache |
An interface defining the basic functions of a cache.
|
Class | Description |
---|---|
CacheFIFO |
This class is a GenericCache subclass implementing a FIFO (First
In First Out) cache replacement policy.
|
CacheFIFO2 |
This class is a GenericCache subclass implementing a second
chance FIFO (First In First Out) cache replacement policy.
|
CacheLRU |
This class is a GenericCache subclass implementing an LRU
(Least Recently Used) cache replacement policy.
|
CacheRandom |
This class is a GenericCache subclass implementing a random
cache replacement policy.
|
GenericCache |
This is the base class for all cache implementations provided in the
org.apache.oro.util package.
|
org.apache.oro.text
and related packages, but that can also be applied to
more general uses.Copyright ? 2000-2003 Apache Software Foundation. All Rights Reserved.