mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-09 17:45:10 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3128 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
98 lines
3.1 KiB
XML
98 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ehcache>
|
|
<diskStore path="java.io.tmpdir"/>
|
|
<cacheManagerEventListenerFactory class="" properties=""/>
|
|
<defaultCache
|
|
maxElementsInMemory="1000"
|
|
eternal="true"
|
|
timeToIdleSeconds="120"
|
|
timeToLiveSeconds="120"
|
|
overflowToDisk="false"
|
|
diskPersistent="false"
|
|
diskExpiryThreadIntervalSeconds="120"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="org.alfresco.repo.avm.AVMNodeImpl"
|
|
maxElementsInMemory="5000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="org.alfresco.repo.avm.FileContentImpl"
|
|
maxElementsInMemory="5000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="org.alfresco.repo.avm.RepositoryImpl"
|
|
maxElementsInMemory="1000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="org.alfresco.repo.avm.VersionRootImpl"
|
|
maxElementsInMemory="1000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="org.alfresco.repo.avm.ChildEntryImpl"
|
|
maxElementsInMemory="5000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="ChildEntry.ByNameParent"
|
|
maxElementsInMemory="5000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="ChildEntry.ByParent"
|
|
maxElementsInMemory="500"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="ChildEntry.ByParentChild"
|
|
maxElementsInMemory="1000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="DeletedChild.ByParent"
|
|
maxElementsInMemory="1000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="DeletedChild.ByNameParent"
|
|
maxElementsInMemory="1000"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="org.hibernate.cache.UpdateTimestampsCache"
|
|
maxElementsInMemory="500"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
<cache name="org.hibernate.cache.StandardQueryCache"
|
|
maxElementsInMemory="500"
|
|
eternal="true"
|
|
overflowToDisk="false"
|
|
timeToIdleSeconds="300"
|
|
timeToLiveSeconds="600"
|
|
memoryStoreEvictionPolicy="LRU"/>
|
|
</ehcache> |