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 e712388 commit 2c089a2Copy full SHA for 2c089a2
lib/internal/Magento/Framework/View/Element/AbstractBlock.php
@@ -44,7 +44,7 @@ abstract class AbstractBlock extends \Magento\Framework\DataObject implements Bl
44
/**
45
* Prefix for custom cache key of block
46
*/
47
- public const CUSTOM_CACHE_KEY_PREFIX = 'DIRECTIVE_BLOCK_';
+ public const CUSTOM_CACHE_KEY_PREFIX = 'CUSTOM_BLOCK_';
48
49
50
* @var \Magento\Framework\View\DesignInterface
0 commit comments