Uses of Interface
org.apache.http.client.cache.HttpCacheStorage
Packages that use HttpCacheStorage
Package
Description
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
-
Uses of HttpCacheStorage in org.apache.http.impl.client.cache
Classes in org.apache.http.impl.client.cache that implement HttpCacheStorageModifier and TypeClassDescriptionclassBasicHttpCacheStorageimplementation backed by an instance ofLinkedHashMap.classHttpCacheStorageimplementation capable of deallocating resources associated with the cache entries.Methods in org.apache.http.impl.client.cache with parameters of type HttpCacheStorageModifier and TypeMethodDescriptionfinal CachingHttpClientBuilderCachingHttpClientBuilder.setHttpCacheStorage(HttpCacheStorage storage) Constructors in org.apache.http.impl.client.cache with parameters of type HttpCacheStorageModifierConstructorDescriptionCachingExec(org.apache.http.impl.execchain.ClientExecChain backend, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config) CachingHttpClient(org.apache.http.client.HttpClient client, HttpCacheStorage storage, CacheConfig config) Deprecated.Constructs aCachingHttpClientwith the given caching options that stores cache entries in the provided storage backend and uses the givenHttpClientfor backend requests.CachingHttpClient(org.apache.http.client.HttpClient client, ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config) Deprecated.Constructs aCachingHttpClientwith the given caching options that stores cache entries in the provided storage backend and uses the givenHttpClientfor backend requests.