Android.Net.Http.HttpResponseCache: Property Members

The properties 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 Properties

[read-only]
HitCountint. Returns the number of HTTP requests whose response was provided by the cache.
[read-only]
static
InstalledHttpResponseCache. Returns the currently-installed HttpResponseCache, or null if there is no cache installed or it is not a HttpResponseCache.
[read-only]
NetworkCountint. Returns the number of HTTP requests that required the network to either supply a response or validate a locally cached response.
[read-only]
RequestCountint. Returns the total number of HTTP requests that were made.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.