Overrides AbstractSessionHandler::doWrite
protected function doWrite(string $sessionId, string $data) : bool { return $this->memcached ->set($this->prefix . $sessionId, $data, $this->getCompatibleTtl()); }