Uses of Class
org.apache.camel.component.jcache.JCacheConfiguration
Packages that use JCacheConfiguration
Package
Description
-
Uses of JCacheConfiguration in org.apache.camel.component.jcache
Methods in org.apache.camel.component.jcache that return JCacheConfigurationModifier and TypeMethodDescriptionJCacheEndpoint.getConfiguration()JCacheManager.getConfiguration()Methods in org.apache.camel.component.jcache with parameters of type JCacheConfigurationModifier and TypeMethodDescription<K,V> JCacheManager <K, V> DefaultJCacheManagerFactory.createManager(JCacheConfiguration configuration) static <K,V> JCacheManager <K, V> JCacheHelper.createManager(org.apache.camel.CamelContext camelContext, JCacheConfiguration configuration) <K,V> JCacheManager <K, V> JCacheManagerFactory.createManager(JCacheConfiguration configuration) Constructors in org.apache.camel.component.jcache with parameters of type JCacheConfigurationModifierConstructorDescriptionJCacheEndpoint(String uri, JCacheComponent component, JCacheConfiguration configuration) JCacheManager(JCacheConfiguration configuration) JCacheProducer(JCacheEndpoint endpoint, JCacheConfiguration configuration) -
Uses of JCacheConfiguration in org.apache.camel.component.jcache.processor.aggregate
Methods in org.apache.camel.component.jcache.processor.aggregate that return JCacheConfigurationMethods in org.apache.camel.component.jcache.processor.aggregate with parameters of type JCacheConfigurationModifier and TypeMethodDescriptionvoidJCacheAggregationRepository.setConfiguration(JCacheConfiguration configuration) -
Uses of JCacheConfiguration in org.apache.camel.component.jcache.processor.idempotent
Methods in org.apache.camel.component.jcache.processor.idempotent that return JCacheConfigurationMethods in org.apache.camel.component.jcache.processor.idempotent with parameters of type JCacheConfigurationModifier and TypeMethodDescriptionvoidJCacheIdempotentRepository.setConfiguration(JCacheConfiguration configuration)