In Uplink, is it safe to reset anvil.tables.AppTables.cache between connections? Is there a better way?

I just looked into something similar the other day, below is the literal contents of AppTables.cache when an AppTables object is instantiated.

So to ‘refresh’ it, I would think what you are doing should work, since it gathers the information again if cache is None .