/**
  * @param string $clusterId
  */
 public static function setCurrentCluster( $clusterId )
 {
     self::resetCurrentCluster();
     self::$_currentClusterId = $clusterId;
     CacheApplicationTool::flushMemoryCache();
 }