| Class | Description |
|---|---|
| CaffeineLRUCache<K,V> |
A cache that uses a near optional LRU Cache.
|
| CaffeineLRUCacheFactory |
Factory to create
CaffeineLRUCache instances. |
| CaffeineLRUSoftCache<K,V> |
A cache that uses a near optional LRU Cache using
SoftReference. |
| CaffeineLRUWeakCache<K,V> |
A cache that uses a near optional LRU Cache using
WeakReference. |
Apache Camel