用Spring和EHCache缓存中间Service的方法结果集
Caching the result of methods using Spring and EHCache
之前知道,在J2ee应用里可以用oscache缓存jsp页面,也可以用ehcache等作为hibernate等ORM缓存方案,为j2ee应用提高性能,减少数据库负荷压力。
而这篇文档Caching the result of methods using Spring and EHCache
,描述了用ehcache和spring ioc来缓存中间Service方法的结果集。这是很妙的想法。