if (!$row = $this->Memcached->fetch($this->mckey)) {
                $query = "SELECT * FROM nuke_topics WHERE topicid = ?";
                
                $row = $this->db_readonly->fetchRow($query, $this->id);