You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/config-cache.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Clearing
54
54
--------
55
55
56
56
There are two specifics to purge cache records matching specified criteria:
57
+
57
58
* To reliably remove negative cache entries you need to clear subtree with the whole zone. E.g. to clear negative cache entries for (formerly non-existing)
58
59
record ``www.example.com. A`` you need to flush whole subtree starting at zone apex, e.g. `example.com.` [#]_
59
60
* This operation is asynchronous and might not be yet finished when call to ``/cache-clear`` API endpoint returns.
@@ -71,7 +72,7 @@ Parameters
71
72
``````````
72
73
Parameters for cache clearance are in JSON and are sendt with HTTP request as its body.
73
74
74
-
.. option:: "name":"<name>""
75
+
.. option:: "name":"<name>"
75
76
76
77
Optional, subtree to purge; if the name isn't provided, whole cache is purged (and any other parameters are disregarded).
0 commit comments