public static class FileCachingHttpClientBuilder.StorageMaintenanceTask extends TimerTask
ManagedHttpCacheStorage.| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Logger.
|
private org.apache.http.impl.client.cache.ManagedHttpCacheStorage |
storage
The managed cache storage instance.
|
| Constructor and Description |
|---|
StorageMaintenanceTask(org.apache.http.impl.client.cache.ManagedHttpCacheStorage managedStorage)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
cancel, scheduledExecutionTimeprivate org.slf4j.Logger log
private org.apache.http.impl.client.cache.ManagedHttpCacheStorage storage
public StorageMaintenanceTask(@Nonnull org.apache.http.impl.client.cache.ManagedHttpCacheStorage managedStorage)
managedStorage - the managed cache storage instanceCopyright © 1999–2021. All rights reserved.