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

/libcore/luni/src/main/java/java/net/
H A DResponseCache.java28 * {@code ResponseCache} implementation gets to decide what will actually be cached,
31 public abstract class ResponseCache { class
32 private static ResponseCache defaultResponseCache = null;
37 public static ResponseCache getDefault() {
44 public static void setDefault(ResponseCache responseCache) {
69 * {@code ResponseCache} decides whether the resource data should be cached

Completed in 66 milliseconds