Declarations of cache for immutable entities

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15664 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley 2009-08-10 19:04:56 +00:00
parent 91d7db1126
commit ce6ea6eced
2 changed files with 16 additions and 1 deletions

View File

@ -304,7 +304,7 @@
/>
<cache
name="org.alfresco.cache.immutableEntityCache"
maxElementsInMemory="10000"
maxElementsInMemory="20000"
eternal="true"
overflowToDisk="false"
/>

View File

@ -715,6 +715,21 @@
replicateAsynchronously = false"/>
</cache>
<cache
name="org.alfresco.cache.immutableEntityCache"
maxElementsInMemory="20000"
eternal="true"
overflowToDisk="false">
<cacheEventListenerFactory
class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
properties="replicatePuts = false,
replicateUpdates = true,
replicateRemovals = true,
replicateUpdatesViaCopy = false,
replicateAsynchronously = false"/>
</cache>
<cache
name="org.alfresco.cache.parentAssocsCache"
maxElementsInMemory="10000"