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