peek

abstract fun peek(key: K): V?(source)

Returns value for key or null if it's not found in the cache.

Report a problem