Is that a way to force the user to update frontend web?

We have launched our web product version and are constantly evolving it. However, we've noticed that when we release a new version to production, users experience delays in seeing the changes due to browser caching.

Is there a way for me to prompt users to force-refresh the frontend (without logging them out), for instance? I'm looking for something similar to the updates that FlutterFlow performs on its platform, where a tooltip appears upon clicking, allowing users to update to the new frontend without losing their session.

Thanks in advance :)

1