@ConfigurationProperties(prefix="camel.component.cache") public class CacheComponentConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheComponentConfiguration.CacheConfigurationNestedConfiguration |
Constructor and Description |
---|
CacheComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.cache.CacheManagerFactory |
getCacheManagerFactory() |
CacheComponentConfiguration.CacheConfigurationNestedConfiguration |
getConfiguration() |
String |
getConfigurationFile() |
void |
setCacheManagerFactory(org.apache.camel.component.cache.CacheManagerFactory cacheManagerFactory) |
void |
setConfiguration(CacheComponentConfiguration.CacheConfigurationNestedConfiguration configuration) |
void |
setConfigurationFile(String configurationFile) |
public org.apache.camel.component.cache.CacheManagerFactory getCacheManagerFactory()
public void setCacheManagerFactory(org.apache.camel.component.cache.CacheManagerFactory cacheManagerFactory)
public CacheComponentConfiguration.CacheConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(CacheComponentConfiguration.CacheConfigurationNestedConfiguration configuration)
public String getConfigurationFile()
public void setConfigurationFile(String configurationFile)
Apache Camel