keys

inline fun <K, V> LruCache<K, V>.keys(): Array<K>

Returns an array containing the keys in the cache.