public class ResponseCacheImpl extends ResponseCache
ResponseCache implementation.| Modifier and Type | Class and Description |
|---|---|
class |
ResponseCacheImpl.CacheRequestImpl |
class |
ResponseCacheImpl.CacheResponseImpl |
| Modifier and Type | Field and Description |
|---|---|
static ResponseCacheImpl |
DEFAULT
Default
ResponseCacheImpl. |
| Constructor and Description |
|---|
ResponseCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
CacheResponse |
get(URI uri,
String method,
Map<String,List<String>> headers) |
CacheRequest |
put(URI uri,
URLConnection connection) |
getDefault, setDefaultpublic static final ResponseCacheImpl DEFAULT
ResponseCacheImpl.public ResponseCacheImpl()
public CacheResponse get(URI uri, String method, Map<String,List<String>> headers)
get in class ResponseCachepublic CacheRequest put(URI uri, URLConnection connection)
put in class ResponseCacheCopyright © 2015–2020 Allen D. Ball. All rights reserved.