|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpCache | |
---|---|
org.apache.http.impl.client.cache |
Uses of HttpCache in org.apache.http.impl.client.cache |
---|
Classes in org.apache.http.impl.client.cache that implement HttpCache | |
---|---|
class |
BasicHttpCache
Implements HttpCache using LinkedHashMap for backing store |
Constructors in org.apache.http.impl.client.cache with parameters of type HttpCache | |
---|---|
CacheInvalidator(URIExtractor uriExtractor,
HttpCache<CacheEntry> cache)
Create a new CacheInvalidator for a given HttpCache and
URIExtractor . |
|
CachingHttpClient(HttpCache<CacheEntry> cache,
int maxObjectSizeBytes)
|
|
CachingHttpClient(HttpClient client,
HttpCache<CacheEntry> cache,
int maxObjectSizeBytes)
|
|
CachingHttpClient(HttpClient backend,
ResponseCachingPolicy responseCachingPolicy,
CacheEntryGenerator cacheEntryGenerator,
URIExtractor uriExtractor,
HttpCache<CacheEntry> responseCache,
CachedHttpResponseGenerator responseGenerator,
CacheInvalidator cacheInvalidator,
CacheableRequestPolicy cacheableRequestPolicy,
CachedResponseSuitabilityChecker suitabilityChecker,
ConditionalRequestBuilder conditionalRequestBuilder,
CacheEntryUpdater entryUpdater,
ResponseProtocolCompliance responseCompliance,
RequestProtocolCompliance requestCompliance)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |