Package | Description |
---|---|
org.apache.http.impl.client.cache |
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
|
org.apache.http.impl.client.cache.ehcache |
This package contains a storage backend based on
Ehcache
that can be plugged into
a
CachingHttpClient and
used for storing cache entries. |
org.apache.http.impl.client.cache.memcached |
This package contains a storage backend based on
memcached
that can be plugged into
a
CachingHttpClient and
used for storing cache entries. |
Class and Description |
---|
CacheConfig
Java Beans-style configuration for a
CachingHttpClient . |
Class and Description |
---|
CacheConfig
Java Beans-style configuration for a
CachingHttpClient . |
Class and Description |
---|
CacheConfig
Java Beans-style configuration for a
CachingHttpClient . |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.