<?xml version="1.0" encoding="UTF-8"?>
|
<ehcache updateCheck="false" name="hibernateCache">
|
|
<diskStore path="java.io.tmpdir/ehcache/lats/hibernate" />
|
|
<!-- DefaultCache setting. -->
|
<defaultCache maxEntriesLocalHeap="10000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
|
overflowToDisk="true" maxEntriesLocalDisk="100000" />
|
|
<!-- Special objects setting. -->
|
<cache name="com.topman.lats.entity.operate.Operator" maxEntriesLocalHeap="1000" eternal="true"
|
overflowToDisk="true" maxEntriesLocalDisk="10000" />
|
<cache name="com.topman.lats.entity.lotteryperiod.LotteryPeriod" maxEntriesLocalHeap="1000" eternal="true"
|
overflowToDisk="true" maxEntriesLocalDisk="10000" />
|
<cache name="com.topman.lats.entity.agent.AgentInfo" maxEntriesLocalHeap="100" eternal="true"
|
overflowToDisk="true" maxEntriesLocalDisk="1000" />
|
<cache name="com.topman.lats.entity.terminal.TerminalInfo" maxEntriesLocalHeap="100" eternal="true"
|
overflowToDisk="true" maxEntriesLocalDisk="1000" />
|
</ehcache>
|