Class Hierarchy
- java.lang.Object
- java.util.AbstractMap<K,
V> (implements java.util.Map<K, V>) - java.util.concurrent.ConcurrentHashMap<K,
V> (implements java.util.concurrent.ConcurrentMap<K, V>, java.io.Serializable) - org.apache.camel.support.cache.SimpleLRUCache<K,
V>
- org.apache.camel.support.cache.SimpleLRUCache<K,
- java.util.concurrent.ConcurrentHashMap<K,
- org.apache.camel.support.service.BaseService
- org.apache.camel.support.service.ServiceSupport (implements org.apache.camel.StatefulService)
- org.apache.camel.support.cache.DefaultConsumerCache (implements org.apache.camel.spi.ConsumerCache)
- org.apache.camel.support.cache.DefaultProducerCache (implements org.apache.camel.spi.ProducerCache)
- org.apache.camel.support.cache.EmptyProducerCache
- org.apache.camel.support.cache.PollingConsumerServicePool
- org.apache.camel.support.cache.ProducerServicePool
- org.apache.camel.support.service.ServiceSupport (implements org.apache.camel.StatefulService)
- org.apache.camel.support.cache.SimpleSoftCache<K,
V> (implements java.util.Map<K, V>)
- java.util.AbstractMap<K,