LruCache.PutCount Method

Definition

Returns the number of times #put was called.

[Android.Runtime.Register("putCount", "()I", "")]
public int PutCount ();
[<Android.Runtime.Register("putCount", "()I", "")>]
member this.PutCount : unit -> int

Returns

Attributes

Remarks

Returns the number of times #put was called.

Java documentation for android.util.LruCache.putCount().

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