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