get

fun get(key: K): V?

Returns the value for key and marks it most recently used, or returns null if the key is absent.