Uses of Class
org.apache.http.impl.client.cache.CacheKeyGenerator
-
Packages that use CacheKeyGenerator 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. -
-
Uses of CacheKeyGenerator in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache declared as CacheKeyGenerator Modifier and Type Field Description private CacheKeyGeneratorAsynchronousValidator. cacheKeyGeneratorprivate CacheKeyGeneratorCacheInvalidator. cacheKeyGeneratorprivate CacheKeyGeneratorCachingHttpClient.AsynchronousValidator. cacheKeyGeneratorprivate CacheKeyGeneratorBasicHttpCache. uriExtractorConstructors in org.apache.http.impl.client.cache with parameters of type CacheKeyGenerator Constructor Description BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config, CacheKeyGenerator uriExtractor)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheConfig config, CacheKeyGenerator uriExtractor, HttpCacheInvalidator cacheInvalidator)CacheInvalidator(CacheKeyGenerator uriExtractor, HttpCacheStorage storage)
-