Uses of Interface
org.mule.api.cache.CachingStrategy

Packages that use CachingStrategy
org.mule.transport.http.config.spring.factories   
org.mule.transport.http.construct   
org.mule.transport.http.construct.builder   
 

Uses of CachingStrategy in org.mule.transport.http.config.spring.factories
 

Methods in org.mule.transport.http.config.spring.factories with parameters of type CachingStrategy
 void HttpProxyFactoryBean.setCachingStrategy(CachingStrategy cachingStrategy)
           
 

Uses of CachingStrategy in org.mule.transport.http.construct
 

Constructors in org.mule.transport.http.construct with parameters of type CachingStrategy
HttpProxy(String name, MuleContext muleContext, MessageSource messageSource, OutboundEndpoint outboundEndpoint, List<MessageProcessor> transformers, List<MessageProcessor> responseTransformers, CachingStrategy cachingStrategy)
           
 

Uses of CachingStrategy in org.mule.transport.http.construct.builder
 

Methods in org.mule.transport.http.construct.builder with parameters of type CachingStrategy
 HttpProxyBuilder HttpProxyBuilder.cachingStrategy(CachingStrategy cachingStrategy)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.