Uses of Interface
org.apache.hc.client5.http.cache.HttpCacheStorage
Packages that use HttpCacheStorage
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of HttpCacheStorage in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache declared as HttpCacheStorageModifier and TypeFieldDescriptionprivate final HttpCacheStorage
HttpAsyncCacheStorageAdaptor.cacheStorage
Methods in org.apache.hc.client5.http.cache with parameters of type HttpCacheStorageModifier and TypeMethodDescriptionvoid
HttpCacheInvalidator.flushCacheEntriesInvalidatedByExchange
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.function.Resolver<URI, String> cacheKeyResolver, HttpCacheStorage cacheStorage) FlushHttpCacheEntry
s invalidated by the given message exchange.void
HttpCacheInvalidator.flushCacheEntriesInvalidatedByRequest
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.function.Resolver<URI, String> cacheKeyResolver, HttpCacheStorage cacheStorage) FlushHttpCacheEntry
s invalidated by the given request.Constructors in org.apache.hc.client5.http.cache with parameters of type HttpCacheStorage -
Uses of HttpCacheStorage in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement HttpCacheStorageModifier and TypeClassDescriptionclass
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates.class
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.class
BasicHttpCacheStorage
implementation backed by an instance ofLinkedHashMap
.class
HttpCacheStorage
implementation capable of deallocating resources associated with the cache entries.Fields in org.apache.hc.client5.http.impl.cache declared as HttpCacheStorageModifier and TypeFieldDescriptionprivate final HttpCacheStorage
BasicHttpCache.storage
private HttpCacheStorage
CachingHttpClientBuilder.storage
Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheStorageModifier and TypeMethodDescriptionprivate boolean
DefaultCacheInvalidator.flushAbsoluteUriFromSameHost
(URI requestUri, URI uri, org.apache.hc.core5.function.Resolver<URI, String> cacheKeyResolver, HttpCacheStorage storage) void
DefaultCacheInvalidator.flushCacheEntriesInvalidatedByExchange
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.function.Resolver<URI, String> cacheKeyResolver, HttpCacheStorage storage) void
DefaultCacheInvalidator.flushCacheEntriesInvalidatedByRequest
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.function.Resolver<URI, String> cacheKeyResolver, HttpCacheStorage storage) private void
DefaultCacheInvalidator.flushLocationCacheEntry
(org.apache.hc.core5.http.HttpResponse response, URI location, HttpCacheStorage storage, org.apache.hc.core5.function.Resolver<URI, String> cacheKeyResolver) private void
DefaultCacheInvalidator.flushRelativeUriFromSameHost
(URI requestUri, URI uri, org.apache.hc.core5.function.Resolver<URI, String> cacheKeyResolver, HttpCacheStorage storage) private HttpCacheEntry
DefaultCacheInvalidator.getEntry
(HttpCacheStorage storage, String cacheKey) private void
DefaultCacheInvalidator.removeEntry
(HttpCacheStorage storage, String cacheKey) CachingH2AsyncClientBuilder.setHttpCacheStorage
(HttpCacheStorage storage) CachingHttpAsyncClientBuilder.setHttpCacheStorage
(HttpCacheStorage storage) final CachingHttpClientBuilder
CachingHttpClientBuilder.setHttpCacheStorage
(HttpCacheStorage storage) Constructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheStorageModifierConstructorDescriptionBasicHttpCache
(ResourceFactory resourceFactory, HttpCacheStorage storage) BasicHttpCache
(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator) BasicHttpCache
(ResourceFactory resourceFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator, HttpCacheInvalidator cacheInvalidator) (package private)
CachingExec
(ResourceFactory resourceFactory, HttpCacheStorage storage, ScheduledExecutorService executorService, SchedulingStrategy schedulingStrategy, CacheConfig config)