Removes the item from the pool.
string $key: The key to delete.
bool True if the item was successfully removed. False if there was an error.
InvalidArgumentException If the $key string is not a legal value a \Psr\Cache\InvalidArgumentException MUST be thrown.
public function deleteItem(string $key) : bool;