spring+ehcache无法缓存的问题 - ITeye问答
2013年3月28日 - spring+ehcache无法缓存的问题0 先看我的配置: 在spring-cache.xml中如下配置<ehcache:annotation-driven cache-manager="ehCacheManager" /><bea...
spring整合ehcache缓存不了数据 - ITeye问答
class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"> <property name="configLocation"> <value>classpath:ehcache.xml</value> </property> </bean...