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
10 lines
194 B
XML
10 lines
194 B
XML
<ehcache>
|
|
|
|
<cache name="cacheTest1" maxBytesLocalHeap="50m" timeToLiveSeconds="100">
|
|
</cache>
|
|
|
|
<cache name="cacheTest2" maxBytesLocalHeap="50m" timeToLiveSeconds="100">
|
|
</cache>
|
|
|
|
</ehcache>
|