Uses of Class
org.apache.http.impl.client.cache.CacheConfig

Packages that use CacheConfig
org.apache.http.impl.client.cache   
org.apache.http.impl.client.cache.ehcache   
org.apache.http.impl.client.cache.memcached   
 

Uses of CacheConfig in org.apache.http.impl.client.cache
 

Constructors in org.apache.http.impl.client.cache with parameters of type CacheConfig
BasicHttpCacheStorage(CacheConfig config)
           
CachingHttpClient(CacheConfig config)
           
CachingHttpClient(HttpClient client, CacheConfig config)
           
CachingHttpClient(HttpClient client, HttpCacheStorage storage, CacheConfig config)
           
CachingHttpClient(HttpClient client, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config)
           
ManagedHttpCacheStorage(CacheConfig config)
           
 

Uses of CacheConfig in org.apache.http.impl.client.cache.ehcache
 

Constructors in org.apache.http.impl.client.cache.ehcache with parameters of type CacheConfig
EhcacheHttpCacheStorage(Ehcache cache, CacheConfig config)
           
EhcacheHttpCacheStorage(Ehcache cache, CacheConfig config, HttpCacheEntrySerializer serializer)
           
 

Uses of CacheConfig in org.apache.http.impl.client.cache.memcached
 

Constructors in org.apache.http.impl.client.cache.memcached with parameters of type CacheConfig
MemcachedHttpCacheStorage(MemcachedClientIF client, CacheConfig config, HttpCacheEntrySerializer serializer)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.