pub async fn flush_cache<C: CacheWrite + ?Sized>(client: &C) -> Result<Value>
Flush the entire DNS cache through a vendor-neutral cache writer.
Returns any error reported by the selected DNS backend.