Java android.net.http HttpResponseCache fields, constructors, methods, implement or subclass

Example usage for Java android.net.http HttpResponseCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net.http HttpResponseCache.

The text is from its open source code.

Method

voiddelete()
Uninstalls the cache and deletes all of its stored contents.
voidflush()
Force buffered operations to the filesystem.
HttpResponseCachegetInstalled()
Returns the currently-installed HttpResponseCache , or null if there is no cache installed or it is not a HttpResponseCache .
HttpResponseCacheinstall(File directory, long maxSize)
Creates a new HTTP response cache and sets it as the system default cache.
longsize()
Returns the number of bytes currently being used to store the values in this cache.