public final class LoggingHttpCacheStorage extends ForwardingFlushableHttpCacheStorage
| Constructor and Description |
|---|
LoggingHttpCacheStorage(FlushableHttpCacheStorage httpCacheStorage) |
| Modifier and Type | Method and Description |
|---|---|
protected FlushableHttpCacheStorage |
delegate() |
void |
flushByUriPattern(java.util.regex.Pattern urlPattern) |
org.apache.http.client.cache.HttpCacheEntry |
getEntry(java.lang.String key) |
void |
putEntry(java.lang.String key,
org.apache.http.client.cache.HttpCacheEntry entry) |
void |
removeEntry(java.lang.String key) |
void |
updateEntry(java.lang.String key,
org.apache.http.client.cache.HttpCacheUpdateCallback callback) |
public LoggingHttpCacheStorage(FlushableHttpCacheStorage httpCacheStorage)
protected FlushableHttpCacheStorage delegate()
delegate in class ForwardingFlushableHttpCacheStoragepublic void flushByUriPattern(java.util.regex.Pattern urlPattern)
flushByUriPattern in interface FlushableHttpCacheStorageflushByUriPattern in class ForwardingFlushableHttpCacheStoragepublic void putEntry(java.lang.String key,
org.apache.http.client.cache.HttpCacheEntry entry)
throws java.io.IOException
putEntry in interface org.apache.http.client.cache.HttpCacheStorageputEntry in class ForwardingHttpCacheStoragejava.io.IOExceptionpublic org.apache.http.client.cache.HttpCacheEntry getEntry(java.lang.String key)
throws java.io.IOException
getEntry in interface org.apache.http.client.cache.HttpCacheStoragegetEntry in class ForwardingHttpCacheStoragejava.io.IOExceptionpublic void removeEntry(java.lang.String key)
throws java.io.IOException
removeEntry in interface org.apache.http.client.cache.HttpCacheStorageremoveEntry in class ForwardingHttpCacheStoragejava.io.IOExceptionpublic void updateEntry(java.lang.String key,
org.apache.http.client.cache.HttpCacheUpdateCallback callback)
throws java.io.IOException,
org.apache.http.client.cache.HttpCacheUpdateException
updateEntry in interface org.apache.http.client.cache.HttpCacheStorageupdateEntry in class ForwardingHttpCacheStoragejava.io.IOExceptionorg.apache.http.client.cache.HttpCacheUpdateExceptionCopyright © 2012-2013 Atlassian. All Rights Reserved.