Searched defs:HttpResponseCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java52 * HttpResponseCache.install(httpCacheDir, httpCacheSize);
61 * HttpResponseCache cache = HttpResponseCache.getInstalled();
145 * Class.forName("android.net.http.HttpResponseCache")
151 public final class HttpResponseCache extends ResponseCache implements Closeable, OkCacheContainer { class in inherits:ResponseCache,Closeable,OkCacheContainer
155 private HttpResponseCache(AndroidShimResponseCache delegate) { method in class:HttpResponseCache
160 * Returns the currently-installed {@code HttpResponseCache}, or null if
161 * there is no cache installed or it is not a {@code HttpResponseCache}.
163 public static HttpResponseCache getInstalled() {
165 if (installed instanceof HttpResponseCache) {
[all...]

Completed in 59 milliseconds