Function IPSingleton.clearCache

Removes all of a hostname's cached references. If no hostname is given, all cached IP addresses are removed.

void clearCache (
  const(String) hostname = GodotStringLiteral().str()
) nothrow @nogc;