Uses of Class
org.apache.camel.component.cache.CacheConfiguration

Packages that use CacheConfiguration
org.apache.camel.component.cache   
 

Uses of CacheConfiguration in org.apache.camel.component.cache
 

Methods in org.apache.camel.component.cache that return CacheConfiguration
 CacheConfiguration CacheEndpoint.getConfig()
           
 

Methods in org.apache.camel.component.cache with parameters of type CacheConfiguration
 void CacheEndpoint.setConfig(CacheConfiguration config)
           
 

Constructors in org.apache.camel.component.cache with parameters of type CacheConfiguration
CacheConsumer(Endpoint endpoint, Processor processor, CacheConfiguration config)
           
CacheEndpoint(String endpointUri, Component component, CacheConfiguration config, CacheManagerFactory cacheManagerFactory)
           
CacheProducer(Endpoint endpoint, CacheConfiguration config)
           
 



Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.