library / org.akop.kotx.ext.collections / android.util.LruCache / keys

keys

fun <V> LruCache<Int, V>.keys(): IntArray
fun <V> LruCache<Long, V>.keys(): LongArray
inline fun <reified K, V> LruCache<K, V>.keys(): Array<K>

Returns an array containing the keys in the cache.