DisplayDNSCache Method
Displays cached DNS entries.
Syntax
public String displayDNSCache();
Remarks
This method displays details of the locally cached DNS records.
This method will return a string with information about the DNS cache. In addition the DNSCacheEntry event will fire once per cached entry.
The returned value is in the format:
docs.google.com
----------------------------------------
Record Name . . . . . : docs.google.com
Record Type . . . . . : 1(A)
Time To Live . . . . : 48
Data Length . . . . . : 4
Section . . . . . . . : Answer
A Record . . . . . . : 216.58.218.238
NOTE: This functionality is only available in Windows.