Android.Util.LruCache.Snapshot Method
Returns a copy of the current contents of the cache, ordered from least recently accessed to most recently accessed.

Syntax

[Android.Runtime.Register("snapshot", "()Ljava/util/Map;", "")]
public IDictionary Snapshot ()

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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