LruCache.Snapshot Method

Definition

Returns a copy of the current contents of the cache, ordered from least recently accessed to most recently accessed.

[Android.Runtime.Register("snapshot", "()Ljava/util/Map;", "")]
public System.Collections.IDictionary? Snapshot ();
[<Android.Runtime.Register("snapshot", "()Ljava/util/Map;", "")>]
member this.Snapshot : unit -> System.Collections.IDictionary

Returns

Attributes

Remarks

Returns a copy of the current contents of the cache, ordered from least recently accessed to most recently accessed.

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

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