Android.Util.LruCache.EvictAll Method
Clear the cache, calling LruCache.entryRemoved(boolean, K, V, V) on each removed entry.

Syntax

[Android.Runtime.Register("evictAll", "()V", "")]
public void EvictAll ()

Remarks

Clear the cache, calling LruCache.entryRemoved(boolean, K, V, V) on each removed entry.

[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