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, setDefault
public static final ResponseCacheImpl DEFAULT
ResponseCacheImpl
.public ResponseCacheImpl()
public CacheResponse get(URI uri, String method, Map<String,List<String>> headers)
get
in class ResponseCache
public CacheRequest put(URI uri, URLConnection connection)
put
in class ResponseCache
Copyright © 2015–2020 Allen D. Ball. All rights reserved.