Bluz\Session\Adapter\Cache::destroy PHP Method

destroy() public method

Destroy a session
public destroy ( integer $id ) : boolean | void
$id integer
return boolean | void
    public function destroy($id)
    {
        $this->handler->delete($this->prepareId($id));
    }