driver = new MemcachedDriver([ 'host' => 'localhost', 'port' => '11211', ]); $this->driver->flush(); } }