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