File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
app/code/Magento/PageCache/Model Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,14 @@ class Config
58
58
59
59
/**
60
60
* @deprecated Varnish 5 is EOL
61
+ * @see VARNISH_6_CONFIGURATION_PATH
61
62
* XML path to Varnish 5 config template path
62
63
*/
63
64
public const VARNISH_5_CONFIGURATION_PATH = 'system/full_page_cache/varnish5/path ' ;
64
65
65
66
/**
66
67
* @deprecated Varnish 4 is EOL
68
+ * @see VARNISH_6_CONFIGURATION_PATH
67
69
* XML path to Varnish 4 config template path
68
70
*/
69
71
public const VARNISH_4_CONFIGURATION_PATH = 'system/full_page_cache/varnish4/path ' ;
Original file line number Diff line number Diff line change @@ -25,28 +25,33 @@ class VclTemplateLocator implements VclTemplateLocatorInterface
25
25
26
26
/**
27
27
* @deprecated Varnish 5 is EOL
28
+ * @see VARNISH_6_CONFIGURATION_PATH
28
29
* XML path to Varnish 5 config template path
29
30
*/
30
31
const VARNISH_5_CONFIGURATION_PATH = 'system/full_page_cache/varnish5/path ' ;
31
32
32
33
/**
33
34
* @deprecated Varnish 4 is EOL
35
+ * @see VARNISH_6_CONFIGURATION_PATH
34
36
* XML path to Varnish 4 config template path
35
37
*/
36
38
const VARNISH_4_CONFIGURATION_PATH = 'system/full_page_cache/varnish4/path ' ;
37
39
38
40
/**
39
41
* @deprecated Varnish 4 is EOL
42
+ * @see VARNISH_SUPPORTED_VERSION_6
40
43
*/
41
44
const VARNISH_SUPPORTED_VERSION_4 = '4 ' ;
42
45
43
46
/**
44
47
* @deprecated Varnish 5 is EOL
48
+ * @see VARNISH_SUPPORTED_VERSION_6
45
49
*/
46
50
const VARNISH_SUPPORTED_VERSION_5 = '5 ' ;
47
51
48
52
/**
49
53
* Varnish 6 supported version
54
+ * @see VARNISH_SUPPORTED_VERSION_6
50
55
*/
51
56
const VARNISH_SUPPORTED_VERSION_6 = '6 ' ;
52
57
You can’t perform that action at this time.
0 commit comments