{{define "content"}} {{$c := .Data.Stats}}{{$csrf := .CSRF}}
Responses held in memory to answer repeat queries instantly.
| Name | Type | Result | Answers | TTL left | Size | Cached | Actions |
|---|---|---|---|---|---|---|---|
| {{trimDot .Name}} | {{.Type}} {{if .DO}}+do{{end}} | {{.Rcode}} {{if .Negative}}negative{{end}} | {{.Answers}} | {{if .Stale}}stale{{else}}{{.TTL}}s{{end}} | {{bytes .Size}} | {{timeAgo .Stored}} | {{template "confirmform" dict "Action" "/cache/delete" "CSRF" $csrf "Icon" "bi-trash" "Title" "Remove this entry" "Fields" (dict "name" .Name "type" .Type "dnssec" (boolstr .DO)) "Message" (printf "Remove the cached %s answer for %s?" .Type (trimDot .Name))}} |