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 5476251 commit facbaf2Copy full SHA for facbaf2
lib/internal/Magento/Framework/View/Layout.php
@@ -356,6 +356,7 @@ public function generateXml()
356
public function generateElements()
357
{
358
\Magento\Framework\Profiler::start(__CLASS__ . '::' . __METHOD__);
359
+ $this->isCacheableCache = null;
360
$cacheId = 'structure_' . $this->getUpdate()->getCacheId();
361
$result = $this->cache->load($cacheId);
362
if ($result) {
0 commit comments