ICache.remove_

Removes the cache item that corresponds to dst_key and dst_node.

class ICache
protected
void
remove_

Parameters

dst_key hash_t

key of item to remove

dst_node TimeToIndex.Node

time-to-index tree node to remove

Meta