Condividi tramite


LruCache.Get(Object) Metodo

Definizione

Restituisce il valore per key se esiste nella cache o può essere creato da #create.

[Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "")]
public Java.Lang.Object? Get (Java.Lang.Object? key);
[<Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "")>]
member this.Get : Java.Lang.Object -> Java.Lang.Object

Parametri

key
Object

Restituisce

Attributi

Commenti

Restituisce il valore per key se esiste nella cache o può essere creato da #create. Se è stato restituito un valore, viene spostato all'inizio della coda. Restituisce null se un valore non è memorizzato nella cache e non può essere creato.

Documentazione java per android.util.LruCache.get(K).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a