Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

78429: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      75801: ACE-2149: EOL AVM / WCM
       - Thorough sweep of 'avm' and 'wcm' references
       - Picked up on many 'deployment' and related classes and configuration
       - Repo starts


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82558 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Erik Winlof
2014-09-03 12:13:50 +00:00
parent 63678f2980
commit e94f8f8351
93 changed files with 62 additions and 4426 deletions

View File

@@ -130,9 +130,7 @@ public abstract class AbstractPropertyValueDAOImpl implements PropertyValueDAO
private SimpleCache<CachePucKey, PropertyUniqueContextEntity> propertyUniqueContextCache; // cluster-aware
/**
* Set the cache to use for <b>avm_version_roots</b> lookups (optional).
*
* @param vrEntityCache
* Set the cache to use for unique property lookups
*/
public void setPropertyUniqueContextCache(SimpleCache<CachePucKey, PropertyUniqueContextEntity> propertyUniqueContextCache)
{
@@ -1464,7 +1462,6 @@ public abstract class AbstractPropertyValueDAOImpl implements PropertyValueDAO
}
else
{
// reasonable to clear for now (eg. only used by AVMLockingService.removeLocks*)
// note: in future, if we need to support mass removal based on specific key grouping then we need to use more intelligent cache (removal)
propertyUniqueContextCache.clear();
}