Clear cache when load the space

Hi all!
I have built a gradio space for user interaction with a dataset. However, I need the gradio interface to relaunch with variables set to default on page reload. For now if 1 user interacts with the space and fills in information and the second user opens the space, than the space uses cache from the first user interaction for other users as well. Gradio unload doesn’t help.

Thanks!