| Package | Description |
|---|---|
| org.apache.camel.component.ehcache |
| Modifier and Type | Method and Description |
|---|---|
EhcacheConfiguration |
EhcacheConfiguration.copy() |
EhcacheConfiguration |
EhcacheComponent.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
EhcacheComponent.setConfiguration(EhcacheConfiguration configuration)
Sets the global component configuration
|
| Constructor and Description |
|---|
EhcacheConsumer(EhcacheEndpoint endpoint,
String cacheName,
EhcacheConfiguration configuration,
org.apache.camel.Processor processor) |
EhcacheManager(org.ehcache.CacheManager cacheManager,
boolean managed,
EhcacheConfiguration configuration) |
EhcacheProducer(EhcacheEndpoint endpoint,
String cacheName,
EhcacheConfiguration configuration) |
Apache Camel