这会将响应的缓存设置为禁用:
// Set standard HTTP/1.1 no-cache headers.response.setHeader("Cache-Control", "private, no-store, no-cache, must-revalidate");// Set standard HTTP/1.0 no-cache header.response.setHeader("Pragma", "no-cache");
这会将响应的缓存设置为禁用:
// Set standard HTTP/1.1 no-cache headers.response.setHeader("Cache-Control", "private, no-store, no-cache, must-revalidate");// Set standard HTTP/1.0 no-cache header.response.setHeader("Pragma", "no-cache");