xuxiuxi
2017-05-03 b7fd23fb1b9d04eb8fa0d97a5d9747e145605612
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>