getAllPresent

abstract fun getAllPresent(keys: List<*>): Map<Key, Value>

Return

Map of the Value associated with each Key in keys. Returned map only contains entries already present in the cache.


abstract fun getAllPresent(): Map<Key, Value>

Return

Map of the Value associated with each Key in the cache.