/**
  * Resets the cached homepage link value - useful for testing.
  */
 public static function reset()
 {
     self::$cached_homepage_link = null;
 }