Icicle\Concurrent\Worker\BasicEnvironment::clear PHP Method

clear() public method

Removes all values.
public clear ( )
    public function clear()
    {
        $this->data = [];
        $this->expire = [];
        $this->ttl = [];
        $this->timer->stop();
        $this->queue = new \SplPriorityQueue();
    }