87 lines
2.1 KiB
XML
87 lines
2.1 KiB
XML
|
<ehcache>
|
||
|
<diskStore path="java.io.tmpdir"/>
|
||
|
<defaultCache
|
||
|
maxElementsInMemory="20000"
|
||
|
maxElementsOnDisk="1"
|
||
|
eternal="false"
|
||
|
overflowToDisk="false"
|
||
|
timeToIdleSeconds="120"
|
||
|
timeToLiveSeconds="120"
|
||
|
diskPersistent="false"
|
||
|
memoryStoreEvictionPolicy="LRU"
|
||
|
/>
|
||
|
|
||
|
<cache
|
||
|
name="hibernate"
|
||
|
maxElementsInMemory="20000"
|
||
|
maxElementsOnDisk="1"
|
||
|
eternal="false"
|
||
|
overflowToDisk="false"
|
||
|
timeToIdleSeconds="120"
|
||
|
timeToLiveSeconds="120"
|
||
|
diskPersistent="false"
|
||
|
memoryStoreEvictionPolicy="LRU"
|
||
|
/>
|
||
|
|
||
|
<cache
|
||
|
name="gfeCache"
|
||
|
maxElementsInMemory="100000"
|
||
|
maxElementsOnDisk="1"
|
||
|
eternal="true"
|
||
|
overflowToDisk="false"
|
||
|
timeToIdleSeconds="120"
|
||
|
timeToLiveSeconds="120"
|
||
|
diskPersistent="false"
|
||
|
memoryStoreEvictionPolicy="FIFO"
|
||
|
/>
|
||
|
|
||
|
<cache
|
||
|
name="hibernate_read_only"
|
||
|
maxElementsInMemory="50000"
|
||
|
maxElementsOnDisk="1"
|
||
|
eternal="false"
|
||
|
overflowToDisk="false"
|
||
|
timeToIdleSeconds="1200"
|
||
|
timeToLiveSeconds="1200"
|
||
|
diskPersistent="false"
|
||
|
memoryStoreEvictionPolicy="LRU"
|
||
|
/>
|
||
|
|
||
|
<cache
|
||
|
name="Queries"
|
||
|
maxElementsInMemory="1000"
|
||
|
maxElementsOnDisk="1"
|
||
|
eternal="false"
|
||
|
overflowToDisk="false"
|
||
|
timeToIdleSeconds="120"
|
||
|
timeToLiveSeconds="120"
|
||
|
diskPersistent="false"
|
||
|
memoryStoreEvictionPolicy="LRU"
|
||
|
/>
|
||
|
|
||
|
<cache
|
||
|
name="org.hibernate.cache.UpdateTimestampsCache"
|
||
|
maxElementsInMemory="1000"
|
||
|
maxElementsOnDisk="1"
|
||
|
eternal="false"
|
||
|
overflowToDisk="false"
|
||
|
timeToIdleSeconds="120"
|
||
|
timeToLiveSeconds="120"
|
||
|
diskPersistent="false"
|
||
|
memoryStoreEvictionPolicy="LRU"
|
||
|
/>
|
||
|
|
||
|
|
||
|
<cache
|
||
|
name="org.hibernate.cache.StandardQueryCache"
|
||
|
maxElementsInMemory="1000"
|
||
|
maxElementsOnDisk="1"
|
||
|
eternal="false"
|
||
|
overflowToDisk="false"
|
||
|
timeToIdleSeconds="120"
|
||
|
timeToLiveSeconds="120"
|
||
|
diskPersistent="false"
|
||
|
memoryStoreEvictionPolicy="LRU"
|
||
|
/>
|
||
|
|
||
|
</ehcache>
|