com.atlassian.httpclient.apache.httpcomponents.cache
Interface FlushableHttpCacheStorage

All Superinterfaces:
org.apache.http.client.cache.HttpCacheStorage
All Known Implementing Classes:
FlushableHttpCacheStorageImpl, ForwardingFlushableHttpCacheStorage, LoggingHttpCacheStorage

public interface FlushableHttpCacheStorage
extends org.apache.http.client.cache.HttpCacheStorage


Method Summary
 void flushByUriPattern(Pattern urlPattern)
           
 
Methods inherited from interface org.apache.http.client.cache.HttpCacheStorage
getEntry, putEntry, removeEntry, updateEntry
 

Method Detail

flushByUriPattern

void flushByUriPattern(Pattern urlPattern)


Copyright © 2012–2015 Atlassian. All rights reserved.