/**
  * Flushes the internal module-cache, so the rows queried from the database
  * @return void
  */
 public static function flushCache()
 {
     self::$arrModules = array();
     self::$arrModuleData = array();
 }