|
|
@ -1,8 +1,8 @@
|
|
|
|
<config xmlns='http://www.ehcache.org/v3'
|
|
|
|
<config xmlns='http://www.ehcache.org/v3'
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:jsr107="http://www.ehcache.org/v3/jsr107"
|
|
|
|
xmlns:jsr107="http://www.ehcache.org/v3/jsr107"
|
|
|
|
xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.0.xsd
|
|
|
|
xsi:schemaLocation="http://www.ehcache.org/v3 https://www.ehcache.org/schema/ehcache-core-3.0.xsd
|
|
|
|
http://www.ehcache.org/v3/jsr107 http://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd">
|
|
|
|
http://www.ehcache.org/v3/jsr107 https://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd">
|
|
|
|
<cache alias="countries">
|
|
|
|
<cache alias="countries">
|
|
|
|
<expiry>
|
|
|
|
<expiry>
|
|
|
|
<ttl unit="seconds">600</ttl>
|
|
|
|
<ttl unit="seconds">600</ttl>
|
|
|
|