Uses of Interface
org.apache.camel.builder.endpoint.dsl.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder
Packages that use JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder
-
Uses of JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the JCache component.Methods in org.apache.camel.builder.endpoint.dsl that return JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilderModifier and TypeMethodDescriptionTo configure using a cache operation by default.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.basic()JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.cacheConfiguration(String cacheConfiguration) A Configuration for the Cache.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.cacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration) A Configuration for the Cache.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.cacheConfigurationProperties(String cacheConfigurationProperties) The Properties for the javax.cache.spi.CachingProvider to create the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.cacheConfigurationProperties(Properties cacheConfigurationProperties) The Properties for the javax.cache.spi.CachingProvider to create the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.cachingProvider(String cachingProvider) The fully qualified class name of the javax.cache.spi.CachingProvider.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.configurationUri(String configurationUri) An implementation specific URI for the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.managementEnabled(boolean managementEnabled) Whether management gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.managementEnabled(String managementEnabled) Whether management gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.readThrough(boolean readThrough) If read-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.readThrough(String readThrough) If read-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.statisticsEnabled(boolean statisticsEnabled) Whether statistics gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.statisticsEnabled(String statisticsEnabled) Whether statistics gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.storeByValue(boolean storeByValue) If cache should use store-by-value or store-by-reference semantics.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.storeByValue(String storeByValue) If cache should use store-by-value or store-by-reference semantics.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.writeThrough(boolean writeThrough) If write-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.writeThrough(String writeThrough) If write-through caching should be used.