ICache.remove

Removes an item from the cache.

class ICache
bool
remove
(
hash_t key
)

Parameters

key hash_t

key of item to remove

Return Value

Type: bool

returns true if removed, false if not in cache

Meta