我们正在使用 Google App Engine 开发 gwt-web 应用程序。现在我们的应用程序变得很慢,因为 jsp 页面中有很多 jstl 逻辑。之前我想使用 appengine 的 memcache 服务,但在阅读了一些文档后,我知道'Ehcache'比支持 gae 的 memcache 更好。
如果我错了,请纠正我,如果有人对此有任何想法,请以适当的解决方案回复我。
我们正在使用 Google App Engine 开发 gwt-web 应用程序。现在我们的应用程序变得很慢,因为 jsp 页面中有很多 jstl 逻辑。之前我想使用 appengine 的 memcache 服务,但在阅读了一些文档后,我知道'Ehcache'比支持 gae 的 memcache 更好。
如果我错了,请纠正我,如果有人对此有任何想法,请以适当的解决方案回复我。
你读过Echache 的 web 缓存手册吗?
或者,您可以查看OSCache 标记库。CacheTag
重写类以使用 Ehcache 而不是 OSCache应该是相当简单的。