Does cache clearing by one app user affect everyone?

I understand that Streamlit cache is global to all users. I am deploying a streamlit app shared via AWS to ~50 users. If any one of these users clears the cache using the hamburger menu, will it clear the cache globally for all users? If yes, can we prevent this behavior?