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