| Modifier and Type | Class and Description |
|---|---|
class |
CaffeineLRUSoftCache<K,V>
A cache that uses a near optional LRU Cache using
SoftReference. |
class |
CaffeineLRUWeakCache<K,V>
A cache that uses a near optional LRU Cache using
WeakReference. |
Apache Camel