Force cache refresh on publish?

Hi team! Is there a way whenever I publish a new version of a project to force a cache refresh by the browser? I am talking in Production, so that my users are served the last page instead of whatever they have cached locally

I think it is more related to the code you use than plasmic. You can check the revalidateparameter if you use Next for example.

Thanks @numerous_snake, makes sense!