ICache.exists

Checks whether an item exists in the cache.

class ICache
bool
exists
(
hash_t key
)

Parameters

key hash_t

key to lookup

Return Value

Type: bool

true if item exists in cache

Meta