Android.Util.LruCache.HitCount Method
Returns the number of times LruCache.get(K) returned a value that was already present in the cache.

Syntax

[Android.Runtime.Register("hitCount", "()I", "")]
public int HitCount ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of times LruCache.get(K) returned a value that was already present in the cache.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12