LruCache.EvictionCount Method

Definition

Returns the number of values that have been evicted.

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

Returns

Attributes

Remarks

Returns the number of values that have been evicted.

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

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