def getCachedAddress(self, host):
        if host in self.cache:
            return self.cache[host]

        return None