Files
spring-boot/spring-boot-autoconfigure/src/test/resources/ehcache.xml
Eddú Meléndez 48959f2553 Add support for EhCache
Include auto-configuration support for EhCache with auto-detection of
the default `ehcache.xml` at the root of the classpath. EhCache
configuration can also be set via `spring.cache.config`.

See gh-2633
2015-03-27 15:55:42 -07:00

10 lines
194 B
XML

<ehcache>
<cache name="cacheTest1" maxBytesLocalHeap="50m" timeToLiveSeconds="100">
</cache>
<cache name="cacheTest2" maxBytesLocalHeap="50m" timeToLiveSeconds="100">
</cache>
</ehcache>