get

operator fun get(key: K): V?

Returns the value of the specified key in this cache

Return

null if the key is not found or has expired.