/**
  * Resets the cache on EEH_Activation
  */
 public static function reset()
 {
     self::$_default_creator_id = NULL;
     self::$_initialized_db_content_already_in_this_request = false;
 }