Home > Article > Web Front-end > How to prevent the page from caching data_html/css_WEB-ITnose
Add this statement in the background
getResponse().setHeader("Cache-Control", "no-store");
getResponse().setHeader("Pragrma", "no-cache");
getResponse().setDateHeader("Expires", 0);