The local cache of the DNS requests is used to improve performance...
because in this way you can avoid wasting resources and time machine whenever it is necessary to resolve a name which we have already received the corresponding IP address in the previous communication.
With this command you can view the contents of the cache of DNS names:
ipconfig /displaydns
for erase all content:
ipconfig /flushdns
