Android.Util.LruCache.PutCount Method
Returns the number of times LruCache.put(K, V) was called.

Syntax

[Android.Runtime.Register("putCount", "()I", "")]
public int PutCount ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of times LruCache.put(K, V) was called.

[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