mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-19444: Property change via JMX isn't applied across the cluster
Performance improvement. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54392 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
|
||||
<!-- The cross-transaction shared cache for Property entities -->
|
||||
|
||||
<bean name="propertyValueSharedCache" factory-bean="cacheFactory" factory-method="createCache">
|
||||
<bean name="propertyValueSharedCache" factory-bean="cacheFactory" factory-method="createInvalidateRemovalCache">
|
||||
<constructor-arg value="cache.propertyValueCache"/>
|
||||
</bean>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<!-- The cross-transaction shared cache for Property Unique Contexts -->
|
||||
|
||||
<bean name="propertyUniqueContextSharedCache" factory-bean="cacheFactory" factory-method="createCache">
|
||||
<bean name="propertyUniqueContextSharedCache" factory-bean="cacheFactory" factory-method="createInvalidateRemovalCache">
|
||||
<constructor-arg value="cache.propertyUniqueContextSharedCache"/>
|
||||
</bean>
|
||||
|
||||
|
Reference in New Issue
Block a user