CacheMap.get

Gets the value of the entry at the provided key

This may or may not call the replication function

class CacheMap
V
get
(
K key
)

Parameters

key K

the key to lookup by

Return Value

Type: V

the value

Meta