@@ -34,8 +34,6 @@ class Config
34
34
*/
35
35
public const XML_PAGECACHE_TTL = 'system/full_page_cache/ttl ' ;
36
36
37
- public const XML_HANDLES_SIZE = 'system/full_page_cache/handles_size ' ;
38
-
39
37
public const XML_PAGECACHE_TYPE = 'system/full_page_cache/caching_application ' ;
40
38
41
39
public const XML_VARNISH_PAGECACHE_ACCESS_LIST = 'system/full_page_cache/varnish/access_list ' ;
@@ -127,15 +125,6 @@ public function getType()
127
125
return (int )$ this ->_scopeConfig ->getValue (self ::XML_PAGECACHE_TYPE );
128
126
}
129
127
130
- /**
131
- * Return hnadles param size
132
- *
133
- * @return int
134
- */
135
- public function getHandlesSize ()
136
- {
137
- return (int )$ this ->_scopeConfig ->getValue (self ::XML_HANDLES_SIZE );
138
- }
139
128
140
129
/**
141
130
* Return page lifetime
@@ -152,8 +141,7 @@ public function getTtl()
152
141
*
153
142
* @param string $vclTemplatePath
154
143
* @return string
155
- * @deprecated 100.2.0
156
- * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
144
+ * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
157
145
*/
158
146
public function getVclFile ($ vclTemplatePath )
159
147
{
@@ -192,8 +180,7 @@ public function getVclFile($vclTemplatePath)
192
180
* Prepare data for VCL config
193
181
*
194
182
* @return array
195
- * @deprecated 100.2.0
196
- * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
183
+ * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
197
184
*/
198
185
protected function _getReplacements ()
199
186
{
@@ -223,8 +210,7 @@ protected function _getReplacements()
223
210
* }
224
211
*
225
212
* @return mixed|null|string
226
- * @deprecated 100.2.0
227
- * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
213
+ * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
228
214
*/
229
215
protected function _getAccessList ()
230
216
{
@@ -250,8 +236,7 @@ protected function _getAccessList()
250
236
* we have to convert "/pattern/iU" into "(?Ui)pattern"
251
237
*
252
238
* @return string
253
- * @deprecated 100.2.0
254
- * @see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
239
+ * @deprecated 100.2.0 see \Magento\PageCache\Model\VclGeneratorInterface::generateVcl
255
240
*/
256
241
protected function _getDesignExceptions ()
257
242
{
0 commit comments