if (!$row = $this->Memcached->fetch($this->mckey)) {
            $query = "SELECT * FROM gallery_mig_image WHERE id = ?";
            
            $row = $this->db->fetchRow($query, $this->id);
            $this->Memcached->save($this->mckey, $row, strtotime("+1 year"));