ucket4j.spring.boot.starter.bucket4j-spring-boot-starter-example-ehcache.0.0.2.source-code.ehcache.xml Maven / Gradle / Ivy
The newest version!
<config xmlns='http://www.ehcache.org/v3' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 http://www.ehcache.org/v3/jsr107 http://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd"> <cache alias="buckets"> <expiry> <ttl unit="seconds">3600</ttl> </expiry> <heap unit="entries">1000000</heap> <jsr107:mbeans enable-statistics="true"/> </cache> </config>