Add dependency management for Ehcache 3

Closes gh-5725
This commit is contained in:
Stephane Nicoll
2016-04-19 13:58:24 +02:00
parent 96d01d6791
commit 0cfcbeb40e
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<config xmlns='http://www.ehcache.org/v3'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.0.xsd">
<cache alias="countries">
<expiry>
<ttl unit="seconds">600</ttl>
</expiry>
<heap unit="entries">200</heap>
</cache>
</config>