Hi,
Thanks for posting in Q&A platform.
DNS records have a Time To Live (TTL) value associated with them which tells a DNS cache how long the particular record is good for. Records in the cache are kept for their TTL, then re-queried. The TTL was defined in SOA record of specific zone in DNS server. If you need clear DNS cache from client side for every 15 minutes, it is OK. After these caches were cleared, if needed, the client will re-query these records from DNS server.
On a Windows machine you can see a list of all the records in your cache along with their TTL by executing the following command at the command prompt:
ipconfig /displaydns
TTL times are always represented in seconds.
You can force a flush of all cached DNS records using the following command:
ipconfig /flushdns
Best Regards,
Sunny
----------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.