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