Show ehcache.xml syntax highlighted
<ehcache>
<diskStore path="java.io.tmpdir" />
<defaultCache maxElementsInMemory="10000" eternal="false" overflowToDisk="false" timeToIdleSeconds="120" timeToLiveSeconds="120" />
<cache name="com.witfriend.apollo.domain.Exam" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.apollo.domain.Option" maxElementsInMemory="900" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.apollo.domain.Question" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.arthemis.domain.Article" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.arthemis.domain.Category" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.arthemis.domain.Favourite" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.arthemis.domain.Linkage" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.arthemis.domain.Message" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.arthemis.domain.Tag" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.arthemis.domain.Weblog" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.dionysus.domain.Diary" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.dionysus.domain.Entry" maxElementsInMemory="900" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.zeus.domain.Authority" maxElementsInMemory="25" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.zeus.domain.Role" maxElementsInMemory="2" eternal="false" overflowToDisk="false" />
<cache name="com.witfriend.zeus.domain.User" maxElementsInMemory="500" eternal="false" overflowToDisk="false" />
</ehcache>
See more files for this project here