The members of Android.Net.Http.HttpResponseCache are listed below.
See Also: Inherited members from Java.Net.ResponseCache
[read-only] | HitCount | int. Returns the number of HTTP requests whose response was provided by the cache. |
[read-only] static | Installed | HttpResponseCache. Returns the currently-installed HttpResponseCache, or null if there is no cache installed or it is not a HttpResponseCache. |
[read-only] | NetworkCount | int. Returns the number of HTTP requests that required the network to either supply a response or validate a locally cached response. |
[read-only] | RequestCount | int. Returns the total number of HTTP requests that were made. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |