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
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>>)Documentation for this section has not yet been entered. | |
static | Install(Java.IO.File, long)Creates a new HTTP response cache and Java.Net.ResponseCache.Default as the system default cache. | |
MaxSize()Returns the maximum number of bytes that this cache should use to store its data. | ||
override | Put(Java.Net.URI, Java.Net.URLConnection)Allows the protocol handler to cache data after retrieving resources. | |
Size()Returns the number of bytes currently being used to store the values in this cache. |