mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Root container cache to improve unfiled record browse performance
* relates to RM-1594 and RM-1595 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.1.0.x@76673 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -438,6 +438,8 @@
|
||||
|
||||
<!-- File Plan Service -->
|
||||
|
||||
<bean id="rootContainerCache" class="org.alfresco.repo.cache.DefaultSimpleCache" />
|
||||
|
||||
<bean id="filePlanService"
|
||||
parent="baseService"
|
||||
class="org.alfresco.module.org_alfresco_module_rm.fileplan.FilePlanServiceImpl">
|
||||
@@ -446,6 +448,7 @@
|
||||
<!-- <property name="nodeDAO" ref="nodeDAO"/> -->
|
||||
<!-- <property name="internalNodeService" ref="nodeService"/> -->
|
||||
<!-- <property name="siteService" ref="SiteService" /> -->
|
||||
<property name="rootContainerCache" ref="rootContainerCache" />
|
||||
</bean>
|
||||
|
||||
<bean id="FilePlanService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
|
Reference in New Issue
Block a user