Searched refs:AbstractResponseCache (Results 1 – 3 of 3) sorted by relevance
18 import com.squareup.okhttp.AbstractResponseCache;83 ResponseCache responseCache = new AbstractResponseCache() { in get_httpGet()105 ResponseCache responseCache = new AbstractResponseCache() { in get_httpsGet()135 ResponseCache responseCache = new AbstractResponseCache() { in put_httpGet()174 ResponseCache responseCache = new AbstractResponseCache() { in put_httpPost()210 ResponseCache responseCache = new AbstractResponseCache() { in put_httpsGet()
19 import com.squareup.okhttp.AbstractResponseCache;1864 Internal.instance.setCache(client, new CacheAdapter(new AbstractResponseCache() {1891 Internal.instance.setCache(client, new CacheAdapter(new AbstractResponseCache() {1921 Internal.instance.setCache(client, new CacheAdapter(new AbstractResponseCache() {2008 Internal.instance.setCache(client, new CacheAdapter(new AbstractResponseCache() {
29 public class AbstractResponseCache extends ResponseCache { class