Former-commit-id:51208e5515
[formerlyc0c1d56f3a
] [formerly4ba416aeb3
[formerly 221d0aaf0e19a054387134e72a76a278159bf4d0]] Former-commit-id:4ba416aeb3
Former-commit-id:941337c553
51 lines
No EOL
1.2 KiB
XML
51 lines
No EOL
1.2 KiB
XML
<ehcache>
|
|
<diskStore path="java.io.tmpdir"/>
|
|
<defaultCache
|
|
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="180"
|
|
timeToLiveSeconds="180"
|
|
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"
|
|
/>
|
|
|
|
<cache
|
|
name="registryObjects"
|
|
maxElementsInMemory="5000"
|
|
maxElementsOnDisk="1"
|
|
eternal="false"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="120"
|
|
timeToLiveSeconds="120"
|
|
diskPersistent="false"
|
|
memoryStoreEvictionPolicy="LRU"
|
|
/>
|
|
|
|
|
|
</ehcache> |