| 程序包 | 说明 |
|---|---|
| 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.
|
class |
GenericCache
This is the base class for all cache implementations provided in the
org.apache.oro.util package.
|
Copyright © 2022. All rights reserved.