You can clear the cache of DNS resolver services deployed to service points within a site.
- When clearing the cache of a site:
- For user-defined namespaces, the cache is only cleared based on
the query itself and not the records in the answer.For example, if you clear the cache for
*.bluecatnetworks.com, it would clear the cache for the following types of entries:
orwebsite.bluecatnetworks.com IN A 1.2.3.4www.bluecatnetworks.com IN CNAME website.bluecatnetworks.com website.bluecatnetworks.com IN A 1.2.3.4However, the following entry would not be cleared:www.example.com IN CNAME website.bluecatnetworks.com website.bluecatnetworks.com IN A 1.2.3.4 - For discovered and recursive namespaces, if a domain was
resolved using a forwarder, the cache for the record would be cleared
based on the query itself and the record in the answer.For example, if you clear the cache for
*.bluecatnetworks.com, it would clear the cache for the following types of entries:
orwebsite.bluecatnetworks.com IN A 1.2.3.4
orwww.bluecatnetworks.com IN CNAME website.bluecatnetworks.com website.bluecatnetworks.com IN A 1.2.3.4www.example.com IN CNAME website.bluecatnetworks.com website.bluecatnetworks.com IN A 1.2.3.4Attention: In this example, only the recordwebsite.bluecatnetworks.com IN A 1.2.3.4is cleared. The whole entry is not cleared.If you clear the cache for
*.example.com, you might still received a cached response for thewebsite.bluecatnetworks.comA record, depending on the TTL of the cached response and whether the query occurred before the TTL of the entry lapsed. To ensure that the cache has been completely cleared, you must also clear the cache for*.bluecatnetworks.com,website.bluecatnetworks.com, and*.com.
- For user-defined namespaces, the cache is only cleared based on
the query itself and not the records in the answer.
- When clearing the cache of a site where you specify a domain, a wildcard
character is required to clear all subdomains of the specified domain
For example, if you clear the cache for
bluecatnetworks.com, only the cache is cleared forbluecatnetworks.comand notwww.bluecatnetworks.com.To ensure that all subdomains are cleared, you must use
*.bluecatnetworks.comto ensure thatwww.bluecatnetworks.comis also cleared.