Uses of Interface
org.apache.http.client.cache.HttpCacheStorage

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

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

Classes in org.apache.http.impl.client.cache that implement HttpCacheStorage
 class BasicHttpCacheStorage
          Basic HttpCacheStorage implementation backed by an instance of LinkedHashMap.
 class ManagedHttpCacheStorage
          HttpCacheStorage implementation capable of deallocating resources associated with the cache entries.
 

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

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

Classes in org.apache.http.impl.client.cache.ehcache that implement HttpCacheStorage
 class EhcacheHttpCacheStorage
           
 

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

Classes in org.apache.http.impl.client.cache.memcached that implement HttpCacheStorage
 class MemcachedHttpCacheStorage
           
 



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