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