/**
  * Clear data cache
  *
  * @return void
  */
 static function clearDataCache()
 {
     SHM::remKeys("config-values-*");
     self::$values = array();
     self::$hosts = array();
 }