File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ The Varnish client supports all [cache invalidation methods](proxy-clients.md).
5
5
6
6
* [ Setup] ( #setup )
7
7
* [ Usage] ( #usage )
8
- * [ Purge] ( #purge )
9
- * [ Refresh] ( #refresh )
10
- * [ Ban] ( #ban )
11
8
12
9
Setup
13
10
-----
@@ -35,11 +32,13 @@ Usage
35
32
-----
36
33
37
34
The Varnish client supports all cache invalidation methods:
35
+
38
36
1 . [ purge] ( proxy-clients.md#purge ) ; make sure to first [ configure Varnish for purge] ( varnish-configuration.md#purge )
39
37
2 . [ refresh] ( proxy-clients.md#refresh ) ; make sure to first [ configure Varnish for refresh] ( varnish-configuration.md#refresh )
40
38
3 . [ ban] ( proxy-clients.md#ban ) ; make sure to first [ configure Varnish for ban] ( varnish-configuration.md#ban ) .
41
39
40
+ Further reading:
42
41
* See the [ Caching Proxy Clients] ( proxy-clients.md ) chapter for more information
43
42
on how to use the invalidation methods.
44
43
* See the [ Varnish Configuration] ( varnish-configuration.md ) chapter for more on
45
- preparing your Varnish server for handling invalidation requests.
44
+ preparing your Varnish server for handling invalidation requests.
You can’t perform that action at this time.
0 commit comments