Files
spring-boot/spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache.xml
Stephane Nicoll eef027a4f0 Polish cache sample
Update single cache sample with all supported cache providers. Add README
to shortly explain how to get started with them.

See gh-2633
2015-06-01 11:49:31 +02:00

8 lines
218 B
XML

<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="ehcache.xsd">
<cache name="countries"
maxEntriesLocalHeap="200"
timeToLiveSeconds="600">
</cache>
</ehcache>