// When a user actually enters the sim, clear them from
 // cache so the sim will have the current values for
 // flags, title, etc. And country, don't forget country!
 private void OnNewClient(IClientAPI client)
 {
     m_Cache.Remove(client.Name);
 }