| Package | Description |
|---|---|
| org.apache.camel.util |
Utility classes used by the core of Camel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUSoftCache<K,V>
A cache that uses a near optional LRU Cache using
SoftReference. |
class |
LRUWeakCache<K,V>
A cache that uses a near optional LRU Cache using
WeakReference. |
Apache Camel