|
|||||||||
| Home >> All >> org >> apache >> oro >> [ util overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.oro.util.GenericCache
| Uses of GenericCache in org.apache.oro.util |
| Subclasses of GenericCache in org.apache.oro.util | |
class |
CacheFIFO
This class is a GenericCache subclass implementing a FIFO (First In First Out) cache replacement policy. |
class |
CacheFIFO2
This class is a GenericCache subclass implementing a second chance FIFO (First In First Out) cache replacement policy. |
class |
CacheLRU
This class is a GenericCache subclass implementing an LRU (Least Recently Used) cache replacement policy. |
class |
CacheRandom
This class is a GenericCache subclass implementing a random cache replacement policy. |
|
|||||||||
| Home >> All >> org >> apache >> oro >> [ util overview ] | PREV NEXT | ||||||||