| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointBuilder.basic() |
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManager(Object cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManager(String cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManagerConfiguration(Object cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManagerConfiguration(String cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.configurationUri(String configurationUri)
URI pointing to the Ehcache XML configuration file's location.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.createCacheIfNotExist(boolean createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.createCacheIfNotExist(String createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
static EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.ehcache(String path)
Ehcache (camel-ehcache)
The ehcache component enables you to perform caching operations using
Ehcache as cache implementation.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheBuilders.ehcache(String path)
Ehcache (camel-ehcache)
The ehcache component enables you to perform caching operations using
Ehcache as cache implementation.
|
Apache Camel