AddressCache
static AddressCache* sCache;
AddressCache::Iterator iterator(sCache);
AddressCache::Iterator iterator(sCache);
sCache = new(std::nothrow) AddressCache();
static AddressCache* sCache;
sCache = new(std::nothrow) AddressCache();