mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merge Sabre4 to HEAD
111026: Adding additional test coverage to SiteServiceImplTest RA-528 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111199 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -150,7 +150,7 @@ public class SiteServiceImpl extends AbstractLifecycleBean implements SiteServic
|
||||
// note: caches are tenant-aware (if using EhCacheAdapter shared cache)
|
||||
|
||||
private SimpleCache<String, Object> singletonCache; // eg. for siteHomeNodeRef
|
||||
private final String KEY_SITEHOME_NODEREF = "key.sitehome.noderef";
|
||||
private static final String KEY_SITEHOME_NODEREF = "key.sitehome.noderef";
|
||||
|
||||
private SimpleCache<String, NodeRef> siteNodeRefCache; // for site shortname to nodeRef lookup
|
||||
|
||||
|
Reference in New Issue
Block a user