Uses of Interface
org.apache.hc.client5.http.cache.HttpCacheCASOperation
Packages that use HttpCacheCASOperation
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 HttpCacheCASOperation in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache with parameters of type HttpCacheCASOperationModifier and TypeMethodDescriptionorg.apache.hc.core5.concurrent.Cancellable
HttpAsyncCacheStorage.updateEntry
(String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<Boolean> callback) Atomically applies the given callback to processChallenge an existing cache entry under a given key.org.apache.hc.core5.concurrent.Cancellable
HttpAsyncCacheStorageAdaptor.updateEntry
(String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<Boolean> callback) void
HttpCacheStorage.updateEntry
(String key, HttpCacheCASOperation casOperation) Atomically applies the given callback to processChallenge an existing cache entry under a given key. -
Uses of HttpCacheCASOperation in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheCASOperationModifier and TypeMethodDescriptionprivate void
AbstractSerializingAsyncCacheStorage.attemptUpdateEntry
(String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.ComplexCancellable complexCancellable, AtomicInteger count, org.apache.hc.core5.concurrent.FutureCallback<Boolean> callback) final org.apache.hc.core5.concurrent.Cancellable
AbstractSerializingAsyncCacheStorage.updateEntry
(String key, HttpCacheCASOperation casOperation, org.apache.hc.core5.concurrent.FutureCallback<Boolean> callback) final void
AbstractSerializingCacheStorage.updateEntry
(String key, HttpCacheCASOperation casOperation) void
BasicHttpCacheStorage.updateEntry
(String url, HttpCacheCASOperation casOperation) void
ManagedHttpCacheStorage.updateEntry
(String url, HttpCacheCASOperation casOperation)