CacheMap.get

Get the cache entry identified by the given key

class CacheMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)
bool
get
(
K key
,
ref V value
)

Meta