| Package | Description |
|---|---|
| org.apache.camel.component.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheConfiguration |
CacheConfiguration.copy() |
CacheConfiguration |
CacheEndpoint.getConfig() |
CacheConfiguration |
CacheComponent.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEndpoint.setConfig(CacheConfiguration config) |
void |
CacheComponent.setConfiguration(CacheConfiguration configuration)
Sets the Cache configuration
|
| Constructor and Description |
|---|
CacheConsumer(org.apache.camel.Endpoint endpoint,
org.apache.camel.Processor processor,
CacheConfiguration config) |
CacheEndpoint(String endpointUri,
org.apache.camel.Component component,
CacheConfiguration config,
CacheManagerFactory cacheManagerFactory) |
CacheProducer(CacheEndpoint endpoint,
CacheConfiguration config) |
Apache CAMEL