com.atlassian.httpclient.apache.httpcomponents.cache
Class ForwardingFlushableHttpCacheStorage

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.atlassian.httpclient.apache.httpcomponents.cache.ForwardingHttpCacheStorage
          extended by com.atlassian.httpclient.apache.httpcomponents.cache.ForwardingFlushableHttpCacheStorage
All Implemented Interfaces:
FlushableHttpCacheStorage, org.apache.http.client.cache.HttpCacheStorage
Direct Known Subclasses:
LoggingHttpCacheStorage

public abstract class ForwardingFlushableHttpCacheStorage
extends ForwardingHttpCacheStorage
implements FlushableHttpCacheStorage


Constructor Summary
ForwardingFlushableHttpCacheStorage()
           
 
Method Summary
protected abstract  FlushableHttpCacheStorage delegate()
           
 void flushByUriPattern(java.util.regex.Pattern urlPattern)
           
 
Methods inherited from class com.atlassian.httpclient.apache.httpcomponents.cache.ForwardingHttpCacheStorage
getEntry, putEntry, removeEntry, updateEntry
 
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
 
Methods inherited from interface org.apache.http.client.cache.HttpCacheStorage
getEntry, putEntry, removeEntry, updateEntry
 

Constructor Detail

ForwardingFlushableHttpCacheStorage

public ForwardingFlushableHttpCacheStorage()
Method Detail

delegate

protected abstract FlushableHttpCacheStorage delegate()
Specified by:
delegate in class ForwardingHttpCacheStorage

flushByUriPattern

public void flushByUriPattern(java.util.regex.Pattern urlPattern)
Specified by:
flushByUriPattern in interface FlushableHttpCacheStorage


Copyright © 2012-2014 Atlassian. All Rights Reserved.