Integrating ehcache with spring 3.0
问题 I have an application in which I use spring 3.0.2 and ibatis. Now, I need to integrate ehcache with my code. I tried this link but couldnt get it working. I would prefer someone to give me the details of the jars required, xml configurations to be done and code changes if required. 回答1: Upgrade to the latest spring 3.1 milestone - it has built-in cache support through annotations - see here Apart from that, you can always use the EhCacheFactoryBean 回答2: To implement this in your application,