選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

30 行
1.6 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <type name="Magento\Framework\App\FrontControllerInterface">
  10. <plugin name="front-controller-builtin-cache" type="Magento\PageCache\Model\App\FrontController\BuiltinPlugin"/>
  11. <plugin name="front-controller-varnish-cache" type="Magento\PageCache\Model\App\FrontController\VarnishPlugin"/>
  12. <plugin name="page_cache_form_key_from_cookie" type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie" />
  13. </type>
  14. <type name="Magento\Framework\Controller\ResultInterface">
  15. <plugin name="result-builtin-cache" type="Magento\PageCache\Model\Controller\Result\BuiltinPlugin"/>
  16. <plugin name="result-varnish-cache" type="Magento\PageCache\Model\Controller\Result\VarnishPlugin"/>
  17. </type>
  18. <type name="Magento\Framework\View\Layout">
  19. <plugin name="layout-model-caching-unique-name" type="Magento\PageCache\Model\Layout\LayoutPlugin"/>
  20. <plugin name="core-session-depersonalize"
  21. type="Magento\PageCache\Model\Layout\DepersonalizePlugin" sortOrder="1"/>
  22. </type>
  23. <type name="Magento\Framework\View\Model\Layout\Merge">
  24. <plugin name="layout-merge-plugin" type="Magento\PageCache\Model\Layout\MergePlugin"/>
  25. </type>
  26. <type name="Magento\Framework\App\Response\Http">
  27. <plugin name="response-http-page-cache" type="Magento\PageCache\Model\App\Response\HttpPlugin"/>
  28. </type>
  29. </config>