PriorityCache.exists

Checks whether an item exists in the cache.

class PriorityCache(T)
bool
exists
(
hash_t key
)

Parameters

key hash_t

key to lookup

Return Value

Type: bool

true if item exists in cache

Meta