Skip to content

Instantly share code, notes, and snippets.

@sara4dev
Last active December 23, 2015 09:19
Show Gist options
  • Save sara4dev/6613514 to your computer and use it in GitHub Desktop.
Save sara4dev/6613514 to your computer and use it in GitHub Desktop.
<bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager">
<property name="cacheManager" ref="ehcache"/>
</bean>
<!-- Ehcache library setup -->
<bean id="ehcache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
<property name="configLocation" value="classpath:ehcache.xml"/>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment