Skip to content

Commit 87ec4ac

Browse files
committed
ACP2E-3063: [Cloud] Cache is not getting invalidated.
- with test
1 parent 621ca07 commit 87ec4ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Catalog/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@
13591359
</argument>
13601360
</arguments>
13611361
</type>
1362-
<virtualType name="LayoutCacheTagResolverFactory" type="Magento\Framework\App\Cache\Tag\Strategy\Factory">
1362+
<virtualType name="Magento\Theme\Model\LayoutCacheTagResolverFactory" type="Magento\Framework\App\Cache\Tag\Strategy\Factory">
13631363
<arguments>
13641364
<argument name="customStrategies" xsi:type="array">
13651365
<item name="Magento\Catalog\Model\Product" xsi:type="object">

app/code/Magento/Cms/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
</argument>
317317
</arguments>
318318
</virtualType>
319-
<virtualType name="LayoutCacheTagResolverFactory" type="Magento\Framework\App\Cache\Tag\Strategy\Factory">
319+
<virtualType name="Magento\Theme\Model\LayoutCacheTagResolverFactory" type="Magento\Framework\App\Cache\Tag\Strategy\Factory">
320320
<arguments>
321321
<argument name="customStrategies" xsi:type="array">
322322
<item name="Magento\Cms\Model\Page" xsi:type="object">

app/code/Magento/Theme/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
</type>
337337
<type name="Magento\Theme\Observer\InvalidateLayoutCacheObserver">
338338
<arguments>
339-
<argument name="strategyFactory" xsi:type="object">LayoutCacheTagResolverFactory</argument>
339+
<argument name="strategyFactory" xsi:type="object">Magento\Theme\Model\LayoutCacheTagResolverFactory</argument>
340340
</arguments>
341341
</type>
342342
</config>

0 commit comments

Comments
 (0)