public function updateTimestamp(string $sessionId, string $data) : bool { $this->memcached ->touch($this->prefix . $sessionId, $this->getCompatibleTtl()); return true; }