Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TypeConsolidated.php
Go to the documentation of this file.
1 <?php
7 
12 {
16  const TYPE_IDENTIFIER = 'config_integration_consolidated';
17 
21  const CACHE_TAG = 'INTEGRATION_CONSOLIDATED';
22 
26  public function __construct(\Magento\Framework\App\Cache\Type\FrontendPool $cacheFrontendPool)
27  {
28  parent::__construct($cacheFrontendPool->get(self::TYPE_IDENTIFIER), self::CACHE_TAG);
29  }
30 }
__construct(\Magento\Framework\App\Cache\Type\FrontendPool $cacheFrontendPool)