Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用部署在 tomcat6 中的 grails 应用程序,我希望能够在“逐页”的基础上启用或禁用服务器端页面缓存。换句话说,我希望能够指定“缓存页面 A,但不缓存页面 B 和 C”。
这样的事情可能吗?如果是这样,最好的方法是什么?
提前致谢。
Spring Cache 插件允许您缓存控制器操作和服务方法调用,因此您可以注释可缓存的页面/操作并将不应缓存的页面/操作保留为未注释: http: //grails.org/plugin/springcache