Package | Description |
---|---|
org.apache.hc.client5.http.cache |
Caching APIs for both the classic and the asynchronous
HTTP transports.
|
org.apache.hc.client5.http.impl.cache |
Caching API implementation for both the classic and
the asynchronous HTTP transports.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpCacheStorage.updateEntry(String key,
HttpCacheCASOperation casOperation)
Atomically applies the given callback to processChallenge an existing cache
entry under a given key.
|
org.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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSerializingCacheStorage.updateEntry(String key,
HttpCacheCASOperation casOperation) |
void |
BasicHttpCacheStorage.updateEntry(String url,
HttpCacheCASOperation casOperation) |
void |
ManagedHttpCacheStorage.updateEntry(String url,
HttpCacheCASOperation casOperation) |
org.apache.hc.core5.concurrent.Cancellable |
AbstractSerializingAsyncCacheStorage.updateEntry(String key,
HttpCacheCASOperation casOperation,
org.apache.hc.core5.concurrent.FutureCallback<Boolean> callback) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.