xuxiuxi
2017-04-19 a3f5b410e38db0fdebc007bb171ee39f39a89c99
1
2
3
4
5
6
7
8
9
10
11
12
13
<ehcache>
 
    <diskStore path="java.io.tmpdir"/>
 
    <cache name="surveyCache"
        maxElementsInMemory="10000"
        eternal="false"
        timeToIdleSeconds="300"
        timeToLiveSeconds="600"
        overflowToDisk="true"
        />
 
</ehcache>