Class JCacheComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.jcache.springboot.JCacheComponentConfiguration

@ConfigurationProperties(prefix="camel.component.jcache") public class JCacheComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Perform caching operations against JSR107/JCache. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • JCacheComponentConfiguration

      public JCacheComponentConfiguration()
  • Method Details

    • getCacheConfiguration

      public javax.cache.configuration.Configuration getCacheConfiguration()
    • setCacheConfiguration

      public void setCacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration)
    • getCacheConfigurationProperties

      public Map getCacheConfigurationProperties()
    • setCacheConfigurationProperties

      public void setCacheConfigurationProperties(Map cacheConfigurationProperties)
    • getCacheConfigurationPropertiesRef

      public String getCacheConfigurationPropertiesRef()
    • setCacheConfigurationPropertiesRef

      public void setCacheConfigurationPropertiesRef(String cacheConfigurationPropertiesRef)
    • getCachingProvider

      public String getCachingProvider()
    • setCachingProvider

      public void setCachingProvider(String cachingProvider)
    • getConfigurationUri

      public String getConfigurationUri()
    • setConfigurationUri

      public void setConfigurationUri(String configurationUri)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)