public final class LoggingHttpCacheStorage extends ForwardingFlushableHttpCacheStorage
| Constructor and Description |
|---|
LoggingHttpCacheStorage(FlushableHttpCacheStorage httpCacheStorage) |
| Modifier and Type | Method and Description |
|---|---|
protected FlushableHttpCacheStorage |
delegate() |
void |
flushByUriPattern(Pattern urlPattern) |
org.apache.http.client.cache.HttpCacheEntry |
getEntry(String key) |
void |
putEntry(String key,
org.apache.http.client.cache.HttpCacheEntry entry) |
void |
removeEntry(String key) |
void |
updateEntry(String key,
org.apache.http.client.cache.HttpCacheUpdateCallback callback) |
public LoggingHttpCacheStorage(FlushableHttpCacheStorage httpCacheStorage)
protected FlushableHttpCacheStorage delegate()
delegate in class ForwardingFlushableHttpCacheStoragepublic void flushByUriPattern(Pattern urlPattern)
flushByUriPattern in interface FlushableHttpCacheStorageflushByUriPattern in class ForwardingFlushableHttpCacheStoragepublic void putEntry(String key, org.apache.http.client.cache.HttpCacheEntry entry) throws IOException
putEntry in interface org.apache.http.client.cache.HttpCacheStorageputEntry in class ForwardingHttpCacheStorageIOExceptionpublic org.apache.http.client.cache.HttpCacheEntry getEntry(String key) throws IOException
getEntry in interface org.apache.http.client.cache.HttpCacheStoragegetEntry in class ForwardingHttpCacheStorageIOExceptionpublic void removeEntry(String key) throws IOException
removeEntry in interface org.apache.http.client.cache.HttpCacheStorageremoveEntry in class ForwardingHttpCacheStorageIOExceptionpublic void updateEntry(String key, org.apache.http.client.cache.HttpCacheUpdateCallback callback) throws IOException, org.apache.http.client.cache.HttpCacheUpdateException
updateEntry in interface org.apache.http.client.cache.HttpCacheStorageupdateEntry in class ForwardingHttpCacheStorageIOExceptionorg.apache.http.client.cache.HttpCacheUpdateExceptionCopyright © 2012–2018 Atlassian. All rights reserved.