To clear the DNS cache on a windows computer:
Open a command terminal: Start => Program => Accessories => Command Terminal
execute the code :
ipconfig /flushdns
To clear the DNS cache on a Mac OSX computer:
Applications => Utilities => Terminal => Spotlight => Terminal
execute the code :
dscacheutil -flushcache