Changes Fixes fix: Remove object from cache (#6257) fix: Remove object from cache (#6257) flatpack-json was caching the objects it got for performance. But this created an issue when one of those objects were updated in the background. Since the object was cached, it was assumed that nothing had changed.