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:
Matt Ward
2013-08-22 09:27:27 +00:00
parent 6ee97b2625
commit e60189c61c

View File

@@ -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>