Uses of Interface
org.apache.shindig.gadgets.http.HttpCache

Packages that use HttpCache
org.apache.shindig.gadgets.http   
org.apache.shindig.gadgets.render   
 

Uses of HttpCache in org.apache.shindig.gadgets.http
 

Classes in org.apache.shindig.gadgets.http that implement HttpCache
 class AbstractHttpCache
          Base class for content caches.
 class DefaultHttpCache
          Simple cache of HttpResponses.
 

Constructors in org.apache.shindig.gadgets.http with parameters of type HttpCache
DefaultInvalidationService(HttpCache httpCache, CacheProvider cacheProvider)
           
DefaultRequestPipeline(HttpFetcher httpFetcher, HttpCache httpCache, com.google.inject.Provider<OAuthRequest> oauthRequestProvider, ResponseRewriterRegistry responseRewriterRegistry, InvalidationService invalidationService, HttpResponseMetadataHelper metadataHelper)
           
 

Uses of HttpCache in org.apache.shindig.gadgets.render
 

Constructors in org.apache.shindig.gadgets.render with parameters of type HttpCache
ProxyRenderer(RequestPipeline requestPipeline, HttpCache httpCache, PipelineExecutor pipelineExecutor)
           
 



Copyright © 2007-2012. All Rights Reserved.