| Package | Description |
|---|---|
| org.apache.camel.component.jcache | |
| org.apache.camel.component.jcache.processor.aggregate | |
| org.apache.camel.component.jcache.processor.idempotent |
| Modifier and Type | Method and Description |
|---|---|
JCacheConfiguration |
JCacheManager.getConfiguration() |
| Constructor and Description |
|---|
JCacheEndpoint(String uri,
JCacheComponent component,
JCacheConfiguration configuration,
String cacheName) |
JCacheManager(JCacheConfiguration configuration,
String cacheName) |
JCacheManager(JCacheConfiguration configuration,
String cacheName,
org.apache.camel.CamelContext camelContext) |
JCacheManager(JCacheConfiguration configuration,
String cacheName,
ClassLoader classLoader) |
JCacheManager(JCacheConfiguration configuration,
String cacheName,
ClassLoader classLoader,
org.apache.camel.CamelContext camelContext) |
JCacheProducer(JCacheEndpoint endpoint,
JCacheConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
JCacheConfiguration |
JCacheAggregationRepository.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCacheAggregationRepository.setConfiguration(JCacheConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
JCacheConfiguration |
JCacheIdempotentRepository.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCacheIdempotentRepository.setConfiguration(JCacheConfiguration configuration) |
Apache Camel