META-INF.cache.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdonframework Show documentation
Show all versions of jdonframework Show documentation
JdonFramework is a java framework that you can use to build your Domain Driven Design + CQRS + EventSource applications with asynchronous concurrency and higher throughput.
<?xml version="1.0" encoding="UTF-8"?> <!--it is for com.jdon.cache.UtilCache this is not default cache for jdon, default cache is jdon_ehcache.xml --> <!--from 2013, default cache is guava cache, configured in container.xml --> <config> <cache> <default> <maxSize>10000</maxSize> <expireTime>3600000</expireTime><!-- 1小时后过期 --> <useSoftReference>false</useSoftReference> </default> </cache> </config>