Created
July 10, 2012 12:02
-
-
Save lalyos/3082909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cache:annotation-driven /> | |
<bean id="cacheManager" class="o.s.c.support.SimpleCacheManager"> | |
<property name="caches"> | |
<set> | |
<bean class="o.s.c.concurrent.ConcurrentMapCacheFactoryBean" p:name="default" /> | |
<bean class="o.s.c.concurrent.ConcurrentMapCacheFactoryBean" p:name="users" /> | |
</set> | |
</property> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment