- generate(String, byte[]) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
-
Creates a
Resource
from a given response body.
- generate(String, byte[], int, int) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
-
Creates a
Resource
from a given response body.
- generate(String, String, byte[], int, int) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
-
Creates a
Resource
from a given response body.
- generate(String, String, byte[], int, int) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
-
- generate(String, byte[], int, int) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
-
- generate(String, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
-
- generate(String, byte[], int, int) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-
- generate(String, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-
- generateKey(URI) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a key for the given request
URI
that can be used as
a unique identifier for cached resources.
- generateKey(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a root key for the given HttpHost
and HttpRequest
that can be used as a unique identifier for cached resources.
- generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
- generateVariantKey(HttpRequest, Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a "variant key" for the given request and the given variants.
- generateVariantKey(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a "variant key" from the headers of the given request if the given
cache entry can have variants (Vary
header is present).
- get() - Method in class org.apache.hc.client5.http.cache.Resource
-
Returns resource content as a byte array.
- get() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
-
- get() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
-
- get(String) - Method in class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
-
- GET_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
- getAsynchronousWorkers() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the maximum number of threads to allow for background
revalidations due to the stale-while-revalidate
directive.
- getBackOffRate() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-
- getCacheEntry() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents the cache entry the resource of which has been used to generate the response.
- getCacheHits() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache successfully responded
to an HttpRequest
without contacting the origin server.
- getCacheMisses() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache contacted the origin
server because it had no appropriate response cached.
- getCacheResponseStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents an outcome of the cache operation and the way the response has been
generated.
- getCacheUpdates() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache was able to satisfy
a response by revalidating an existing but stale cache entry.
- getContent() - Method in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
-
- getCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
-
- getDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Gets the Date value of the "Date" header or null if the header is missing or cannot be
parsed.
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Retrieves multiple cache entries stored under the given keys.
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-
- getEntries(Collection<String>) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Retrieves multiple cache entries stored under the given keys.
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
-
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Retrieves the cache entry stored under the given key
or null if no entry exists under that key.
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-
- getEntry(String) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Retrieves the cache entry stored under the given key
or null if no entry exists under that key.
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
-
Gets an entry from the cache, if it exists
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-
- getETag() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getExpires() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getFirstHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the first header from the origin response with the given
name.
- getForUpdateCAS(String, FutureCallback<CAS>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-
- getForUpdateCAS(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-
- getForUpdateCAS(String) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-
- getForUpdateCAS(String, FutureCallback<CASValue<Object>>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-
- getForUpdateCAS(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-
- getHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getHeaders() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns all the headers that were on the origin response.
- getHeaders(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Gets all the headers with the given name that were on the origin
response.
- getHeuristicCoefficient() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns lifetime coefficient used in heuristic freshness caching.
- getHeuristicDefaultLifetime() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Get the default lifetime to be used if heuristic freshness calculation is
not possible.
- getInitialExpiry() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-
- getInputStream() - Method in class org.apache.hc.client5.http.cache.Resource
-
- getInputStream() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
-
- getInstant() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getKey() - Method in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
-
- getLastHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getLastModified() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getLocationURI(URI, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.impl.cache.CacheSupport
-
- getMaxAge() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the max-age value from the Cache-Control header.
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
-
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the max-age value from the Cache-Control header.
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the max-age value from the Cache-Control header.
- getMaxCacheEntries() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the maximum number of cache entries the cache will retain.
- getMaxExpiry() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-
- getMaxObjectSize() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the current maximum response body size that will be cached.
- getMaxStale() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
-
- getMaxStale() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the max-stale value from the Cache-Control header.
- getMaxUpdateRetries() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the number of times to retry a cache processChallenge on failure
- getMinFresh() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
-
- getMinFresh() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the min-fresh value from the Cache-Control header.
- getNoCacheFields() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- getNoCacheFields() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns an unmodifiable set of field names specified in the "no-cache" directive of the Cache-Control header.
- getRequestCacheControl() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents cache control requested by the client.
- getRequestCacheControlOrDefault() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
- getRequestDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getRequestInstant() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the time the associated origin request was initiated by the
caching module.
- getRequestMethod() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the HTTP request method that was used to create the cached
response entry.
- getRequestURI() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getRequestUri(HttpHost, HttpRequest) - Static method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Returns text representation of the request URI of the given HttpRequest
.
- getRequestUri(HttpRequest, HttpHost) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Deprecated.
- getResource() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the
Resource
containing the origin response body.
- getResponseCacheControl() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents cache control enforced by the server.
- getResponseCacheControlOrDefault() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
- getResponseDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getResponseInstant() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the time the origin response was received by the caching module.
- getSharedMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- getSharedMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the shared-max-age value from the Cache-Control header.
- getStaleIfError() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the stale-if-error value from the Cache-Control header.
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
-
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the stale-if-error value from the Cache-Control header.
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the stale-if-error value from the Cache-Control header.
- getStaleWhileRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- getStaleWhileRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the stale-while-revalidate value from the Cache-Control header.
- getStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the status from the origin HttpResponse
.
- getStorageObject(CAS) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-
- getStorageObject(CAS) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-
- getStorageObject(T) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-
- getStorageObject(CASValue<Object>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-
- getStorageObject(CASValue<Object>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-
- getVariantMap() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
- getVariants() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns all known variants.
- IF_MATCH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
- IF_MODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
- IF_NONE_MATCH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
- IF_RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
- IF_UNMODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
- ImmediateSchedulingStrategy - Class in org.apache.hc.client5.http.impl.schedule
-
Immediately schedules any operation.
- ImmediateSchedulingStrategy() - Constructor for class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
-
- increaseCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
-
Deprecated.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.memcached.SHA256KeyHashingScheme
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
-
- InternalCacheStorage - Class in org.apache.hc.client5.http.impl.cache
-
- InternalCacheStorage(int, Consumer<HttpCacheStorageEntry>) - Constructor for class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
-
- InternalCacheStorage(int) - Constructor for class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
-
- InternalCacheStorage() - Constructor for class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
-
- is303CachingEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
- isActive() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-
Check if the cache is still active and has not shut down.
- isCachePrivate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isCachePrivate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the private flag from the Cache-Control header.
- isCachePublic() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isFreshnessCheckEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether the cache will perform an extra cache entry freshness check
upon cache update in case of a cache miss
- isHeuristicCachingEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether heuristic caching is enabled.
- isImmutable() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isImmutable() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the 'immutable' Cache-Control directive status.
- isMustRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isMustRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns whether the must-revalidate directive is present in the Cache-Control header.
- isMustUnderstand() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isMustUnderstand() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the must-understand directive from the Cache-Control header.
- isNeverCacheHTTP10ResponsesWithQuery() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether the cache will never cache HTTP 1.0 responses with a query string or not.
- isNeverCacheHTTP11ResponsesWithQuery() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Determines whether HTTP/1.1 responses with query strings should never be cached by the
client.
- isNewer(HttpCacheEntry, MessageHeaders) - Static method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Tests if the given
HttpCacheEntry
is newer than the given
MessageHeaders
by comparing values of their DATE header.
- isNoCache() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the no-cache flag from the Cache-Control header.
- isNoCache() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
-
- isNoCache() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the no-cache flag from the Cache-Control header.
- isNoCache() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isNoCache() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the no-cache flag from the Cache-Control header.
- isNoStore() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the no-store flag from the Cache-Control header.
- isNoStore() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
-
- isNoStore() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the no-store flag from the Cache-Control header.
- isNoStore() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isNoStore() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the no-store flag from the Cache-Control header.
- isOnlyIfCached() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
-
- isOnlyIfCached() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the only-if-cached flag from the Cache-Control header.
- isProxyRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
-
- isProxyRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns whether the proxy-revalidate value is set in the Cache-Control header.
- isPublic() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns whether the public value is set in the Cache-Control header.
- isSameOrigin(URI, URI) - Static method in class org.apache.hc.client5.http.impl.cache.CacheSupport
-
- isSharedCache() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether the cache will behave as a shared cache or not.
- isStaleIfErrorEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns a boolean value indicating whether the stale-if-error cache
directive is enabled.
- isUndefined() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the 'immutable' Cache-Control directive status.
- isWeakETagOnPutDeleteAllowed() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
- makeByteArrayInputStream(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
- makeHttpResponseParser() - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
- makeHttpResponseWriter(SessionOutputBuffer) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
- ManagedHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache
-
HttpCacheStorage
implementation capable of deallocating resources associated with
the cache entries.
- ManagedHttpCacheStorage(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-
- MAX_AGE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheSupport
-
- MAX_FORWARDS - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
- MemcachedHttpAsyncCacheStorage - Class in org.apache.hc.client5.http.impl.cache.memcached
-
This class is a storage backend that uses an external memcached
for storing cached origin responses.
- MemcachedHttpAsyncCacheStorage(InetSocketAddress) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-
Create a storage backend talking to a memcached instance
listening on the specified host and port.
- MemcachedHttpAsyncCacheStorage(MemcachedClient) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-
Create a storage backend using the pre-configured given
memcached client.
- MemcachedHttpAsyncCacheStorage(MemcachedClient, CacheConfig, HttpCacheEntrySerializer<byte[]>, KeyHashingScheme) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-
Create a storage backend using the given memcached client and
applying the given cache configuration, serialization, and hashing
mechanisms.
- MemcachedHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache.memcached
-
This class is a storage backend that uses an external memcached
for storing cached origin responses.
- MemcachedHttpCacheStorage(InetSocketAddress) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend talking to a memcached instance
listening on the specified host and port.
- MemcachedHttpCacheStorage(MemcachedClient) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend using the pre-configured given
memcached client.
- MemcachedHttpCacheStorage(MemcachedClientIF) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend using the pre-configured given
memcached client.
- MemcachedHttpCacheStorage(MemcachedClient, CacheConfig, HttpCacheEntrySerializer<byte[]>, KeyHashingScheme) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend using the given memcached client and
applying the given cache configuration, serialization, and hashing
mechanisms.
- MemcachedHttpCacheStorage(MemcachedClientIF, CacheConfig, HttpCacheEntrySerializer<byte[]>, KeyHashingScheme) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend using the given memcached client and
applying the given cache configuration, serialization, and hashing
mechanisms.
- MemcachedKeyHashingException - Exception in org.apache.hc.client5.http.impl.cache.memcached
-
Signals a problem encountered when trying to map a
logical "storage key" to a "cache key" suitable for use with
memcached.
- MemcachedKeyHashingException(Throwable) - Constructor for exception org.apache.hc.client5.http.impl.cache.memcached.MemcachedKeyHashingException
-
- MemcachedOperationCancellationException - Exception in org.apache.hc.client5.http.impl.cache.memcached
-
Signals memcached operation cancellation.
- MemcachedOperationCancellationException(Throwable) - Constructor for exception org.apache.hc.client5.http.impl.cache.memcached.MemcachedOperationCancellationException
-
- MemcachedOperationTimeoutException - Exception in org.apache.hc.client5.http.impl.cache.memcached
-
Signals memcached operation timeout.
- MemcachedOperationTimeoutException(Throwable) - Constructor for exception org.apache.hc.client5.http.impl.cache.memcached.MemcachedOperationTimeoutException
-