Uses of Class
org.apache.camel.component.ehcache.EhcacheConfiguration
Packages that use EhcacheConfiguration
-
Uses of EhcacheConfiguration in org.apache.camel.component.ehcache
Methods in org.apache.camel.component.ehcache that return EhcacheConfigurationModifier and TypeMethodDescriptionEhcacheConfiguration.copy()EhcacheComponent.getConfiguration()Methods in org.apache.camel.component.ehcache with parameters of type EhcacheConfigurationModifier and TypeMethodDescriptionEhcacheComponent.createCacheManager(EhcacheConfiguration configuration) voidEhcacheComponent.setConfiguration(EhcacheConfiguration configuration) Sets the global component configurationConstructors in org.apache.camel.component.ehcache with parameters of type EhcacheConfigurationModifierConstructorDescriptionEhcacheConsumer(EhcacheEndpoint endpoint, String cacheName, EhcacheConfiguration configuration, org.apache.camel.Processor processor) EhcacheManager(org.ehcache.CacheManager cacheManager, boolean managed, EhcacheConfiguration configuration) EhcacheProducer(EhcacheEndpoint endpoint, String cacheName, EhcacheConfiguration configuration)