LruCache.EvictAll Method

Definition

Clear the cache, calling #entryRemoved on each removed entry.

[Android.Runtime.Register("evictAll", "()V", "")]
public void EvictAll ();
[<Android.Runtime.Register("evictAll", "()V", "")>]
member this.EvictAll : unit -> unit
Attributes

Remarks

Clear the cache, calling #entryRemoved on each removed entry.

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

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