abstract fun evict(node: Peer): Boolean
Remove a node from the table, potentially adding an alternative from the replacement cache.
node - the node to evict
node
Parameters true if the node was removed
true