mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
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:
parent
91d7db1126
commit
ce6ea6eced
@ -304,7 +304,7 @@
|
|||||||
/>
|
/>
|
||||||
<cache
|
<cache
|
||||||
name="org.alfresco.cache.immutableEntityCache"
|
name="org.alfresco.cache.immutableEntityCache"
|
||||||
maxElementsInMemory="10000"
|
maxElementsInMemory="20000"
|
||||||
eternal="true"
|
eternal="true"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
/>
|
/>
|
||||||
|
@ -715,6 +715,21 @@
|
|||||||
replicateAsynchronously = false"/>
|
replicateAsynchronously = false"/>
|
||||||
</cache>
|
</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
|
<cache
|
||||||
name="org.alfresco.cache.parentAssocsCache"
|
name="org.alfresco.cache.parentAssocsCache"
|
||||||
maxElementsInMemory="10000"
|
maxElementsInMemory="10000"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user