缓存清理

发布于 2024-11-04 12:52:30 字数 91 浏览 3 评论 0原文

我必须在我的应用程序中使用 Spring MVC 实现缓存清除(就像我们刷新表单时不再提交一样)。

是否有可用的内置过滤器或任何其他方式来自定义过滤器?

I have to implement cache clearing (like when we refresh form is not submitted again) in my application, where using spring MVC.

Is there any inbuilt filter available or any other way to customize a filter for the same ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄意 2024-11-11 12:52:30

为了防止用户重新发布,您可能需要重定向到您的视图,而不是简单地返回它。

来自弹簧文档:
http://static .springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-redirecting

In order to prevent the user re-posting you might want to redirect to your view rather than simply returning it.

From the spring documentation:
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-redirecting

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文