We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f68e5c commit 0324569Copy full SHA for 0324569
app/code/Magento/PageCache/Model/App/Request/Http/Identifier.php
app/code/Magento/PageCache/Test/Unit/Model/App/Request/Http/IdentifierTest.php
app/code/Magento/PageCache/etc/di.xml
@@ -45,5 +45,5 @@
45
<preference for="Magento\PageCache\Model\VclTemplateLocatorInterface" type="Magento\PageCache\Model\Varnish\VclTemplateLocator"/>
46
<preference for="Magento\PageCache\Model\Spi\PageCacheTagsPreprocessorInterface" type="Magento\PageCache\Model\PageCacheTagsPreprocessorComposite"/>
47
48
- <preference for="Magento\Framework\App\PageCache\IdentifierInterface" type="Magento\PageCache\Model\App\Request\Http\Identifier"/>
+ <preference for="Magento\Framework\App\PageCache\IdentifierInterface" type="Magento\PageCache\Model\App\Request\Http\IdentifierForSave"/>
49
</config>
0 commit comments