Uses of Interface
org.apache.camel.builder.endpoint.dsl.JCacheEndpointBuilderFactory.JCacheEndpointBuilder
Packages that use JCacheEndpointBuilderFactory.JCacheEndpointBuilder
-
Uses of JCacheEndpointBuilderFactory.JCacheEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JCacheEndpointBuilderFactory.JCacheEndpointBuilderModifier and TypeMethodDescriptionJCache (camel-jcache) Perform caching operations against JSR107/JCache.JCache (camel-jcache) Perform caching operations against JSR107/JCache. -
Uses of JCacheEndpointBuilderFactory.JCacheEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JCacheEndpointBuilderFactory.JCacheEndpointBuilderModifier and TypeMethodDescriptionJCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.basic()JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfiguration(String cacheConfiguration) A Configuration for the Cache.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration) A Configuration for the Cache.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfigurationProperties(String cacheConfigurationProperties) The Properties for the javax.cache.spi.CachingProvider to create the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfigurationProperties(Properties cacheConfigurationProperties) The Properties for the javax.cache.spi.CachingProvider to create the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cachingProvider(String cachingProvider) The fully qualified class name of the javax.cache.spi.CachingProvider.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.configurationUri(String configurationUri) An implementation specific URI for the CacheManager.JCacheEndpointBuilderFactory.endpointBuilder(String componentName, String path) JCache (camel-jcache) Perform caching operations against JSR107/JCache.JCache (camel-jcache) Perform caching operations against JSR107/JCache.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.managementEnabled(boolean managementEnabled) Whether management gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.managementEnabled(String managementEnabled) Whether management gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.readThrough(boolean readThrough) If read-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.readThrough(String readThrough) If read-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.statisticsEnabled(boolean statisticsEnabled) Whether statistics gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.statisticsEnabled(String statisticsEnabled) Whether statistics gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.storeByValue(boolean storeByValue) If cache should use store-by-value or store-by-reference semantics.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.storeByValue(String storeByValue) If cache should use store-by-value or store-by-reference semantics.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.writeThrough(boolean writeThrough) If write-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointBuilder.writeThrough(String writeThrough) If write-through caching should be used.