LruCache.Snapshot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.