class Pdns::API::Endpoints::Cache

Defined in:

pdns/api/endpoints/cache.cr

Instance Method Summary

Constructor methods inherited from class Pdns::API::Endpoint

new(api : API, base_path : String) new

Instance Method Detail

def flush(*, domain : String? = nil) : CacheFlushResult #

Flush a cache-entry by name

domain: The domain name to flush from the cache


[View source]