@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.jcache") public class JCacheComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
JCacheComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCacheConfiguration() |
String |
getCacheConfigurationProperties() |
String |
getCachingProvider() |
String |
getConfigurationUri() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setCacheConfiguration(String cacheConfiguration) |
void |
setCacheConfigurationProperties(String cacheConfigurationProperties) |
void |
setCachingProvider(String cachingProvider) |
void |
setConfigurationUri(String configurationUri) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getCachingProvider()
public void setCachingProvider(String cachingProvider)
public String getCacheConfiguration()
public void setCacheConfiguration(String cacheConfiguration)
public String getCacheConfigurationProperties()
public void setCacheConfigurationProperties(String cacheConfigurationProperties)
public String getConfigurationUri()
public void setConfigurationUri(String configurationUri)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel