Skip to main content

flush_cache

Function flush_cache 

Source
pub async fn flush_cache<C: CacheWrite + ?Sized>(client: &C) -> Result<Value>
Expand description

Flush the entire DNS cache through a vendor-neutral cache writer.

ยงErrors

Returns any error reported by the selected DNS backend.