Spring 3.2 and Cache Abstraction missing EhCache implementation
问题 I am migrating our code to Spring 3.2 version (from 3.1.3 ) and I've got an issue with Spring Cache Abstraction. We use EhCache implementation of CacheManager and its configuration is quite simple: <cache:annotation-driven /> <bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager" p:cache-manager-ref="ehcache" /> <bean id="ehcache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean" p:config-location="classpath:ehcache.xml" /> My problem is that I