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 CacheConfiguration.copy()
           
 CacheConfiguration CacheEndpoint.getConfig()
           
 CacheConfiguration CacheComponent.getConfiguration()
           
 

Methods in org.apache.camel.component.cache with parameters of type CacheConfiguration
 void CacheEndpoint.setConfig(CacheConfiguration config)
           
 void CacheComponent.setConfiguration(CacheConfiguration configuration)
          Sets the Cache configuration
 

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



Apache CAMEL