com.atlassian.httpclient.apache.httpcomponents.cache
Class LoggingHttpCacheStorage
java.lang.Object
com.google.common.collect.ForwardingObject
com.atlassian.httpclient.apache.httpcomponents.cache.ForwardingHttpCacheStorage
com.atlassian.httpclient.apache.httpcomponents.cache.ForwardingFlushableHttpCacheStorage
com.atlassian.httpclient.apache.httpcomponents.cache.LoggingHttpCacheStorage
- All Implemented Interfaces:
- FlushableHttpCacheStorage, org.apache.http.client.cache.HttpCacheStorage
public final class LoggingHttpCacheStorage
- extends ForwardingFlushableHttpCacheStorage
| Methods inherited from class com.google.common.collect.ForwardingObject |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoggingHttpCacheStorage
public LoggingHttpCacheStorage(FlushableHttpCacheStorage httpCacheStorage)
delegate
protected FlushableHttpCacheStorage delegate()
- Specified by:
delegate in class ForwardingFlushableHttpCacheStorage
flushByUriPattern
public void flushByUriPattern(java.util.regex.Pattern urlPattern)
- Specified by:
flushByUriPattern in interface FlushableHttpCacheStorage- Overrides:
flushByUriPattern in class ForwardingFlushableHttpCacheStorage
putEntry
public void putEntry(java.lang.String key,
org.apache.http.client.cache.HttpCacheEntry entry)
throws java.io.IOException
- Specified by:
putEntry in interface org.apache.http.client.cache.HttpCacheStorage- Overrides:
putEntry in class ForwardingHttpCacheStorage
- Throws:
java.io.IOException
getEntry
public org.apache.http.client.cache.HttpCacheEntry getEntry(java.lang.String key)
throws java.io.IOException
- Specified by:
getEntry in interface org.apache.http.client.cache.HttpCacheStorage- Overrides:
getEntry in class ForwardingHttpCacheStorage
- Throws:
java.io.IOException
removeEntry
public void removeEntry(java.lang.String key)
throws java.io.IOException
- Specified by:
removeEntry in interface org.apache.http.client.cache.HttpCacheStorage- Overrides:
removeEntry in class ForwardingHttpCacheStorage
- Throws:
java.io.IOException
updateEntry
public void updateEntry(java.lang.String key,
org.apache.http.client.cache.HttpCacheUpdateCallback callback)
throws java.io.IOException,
org.apache.http.client.cache.HttpCacheUpdateException
- Specified by:
updateEntry in interface org.apache.http.client.cache.HttpCacheStorage- Overrides:
updateEntry in class ForwardingHttpCacheStorage
- Throws:
java.io.IOException
org.apache.http.client.cache.HttpCacheUpdateException
Copyright © 2012-2014 Atlassian. All Rights Reserved.