Android.Net.Http.HttpResponseCache: Method Members

The methods of Android.Net.Http.HttpResponseCache are listed below. For a list of all members, see the HttpResponseCache Members list.

See Also: Inherited members from Java.Net.ResponseCache

Public Methods

Close()
Uninstalls the cache and releases any active resources.
Delete()
Uninstalls the cache and deletes all of its stored contents.
Flush()
Force buffered operations to the filesystem.
override
Get(Java.Net.URI, string, IDictionary<string, IList<string>>) : Java.Net.CacheResponse
Documentation for this section has not yet been entered.
static
Install(Java.IO.File, long) : HttpResponseCache
Creates a new HTTP response cache and Java.Net.ResponseCache.Default as the system default cache.
MaxSize() : long
Returns the maximum number of bytes that this cache should use to store its data.
override
Put(Java.Net.URI, Java.Net.URLConnection) : Java.Net.CacheRequest
Allows the protocol handler to cache data after retrieving resources.
Size() : long
Returns the number of bytes currently being used to store the values in this cache.