HttpResponseCache.HitCount Property

Definition

Returns the number of HTTP requests whose response was provided by the cache.

public int HitCount { [Android.Runtime.Register("getHitCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getHitCount", "()I", "")>]
member this.HitCount : int

Property Value

Attributes

Remarks

Returns the number of HTTP requests whose response was provided by the cache. This may include conditional GET requests that were validated over the network.

Java documentation for android.net.http.HttpResponseCache.getHitCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to