Package | Description |
---|---|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
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