Methods Summary |
---|
public void | close()
throw new RuntimeException("Stub!");
|
public void | delete()
throw new RuntimeException("Stub!");
|
public void | flush()
throw new RuntimeException("Stub!");
|
public java.net.CacheResponse | get(java.net.URI uri, java.lang.String requestMethod, java.util.Map requestHeaders)
throw new RuntimeException("Stub!");
|
public int | getHitCount()
throw new RuntimeException("Stub!");
|
public static android.net.http.HttpResponseCache | getInstalled()
throw new RuntimeException("Stub!");
|
public int | getNetworkCount()
throw new RuntimeException("Stub!");
|
public int | getRequestCount()
throw new RuntimeException("Stub!");
|
public static android.net.http.HttpResponseCache | install(java.io.File directory, long maxSize)
throw new RuntimeException("Stub!");
|
public long | maxSize()
throw new RuntimeException("Stub!");
|
public java.net.CacheRequest | put(java.net.URI uri, java.net.URLConnection urlConnection)
throw new RuntimeException("Stub!");
|
public long | size()
throw new RuntimeException("Stub!");
|