Definition at line 10 of file Config.php.
◆ __construct()
- Parameters
-
\Magento\Framework\Cache\Config\Data | $dataStorage | |
Definition at line 20 of file Config.php.
22 $this->_dataStorage = $dataStorage;
◆ getType()
{inheritdoc}
- Parameters
-
- Returns
- array
Implements ConfigInterface.
Definition at line 41 of file Config.php.
43 return $this->_dataStorage->get(
'types/' .
$type, []);
◆ getTypes()
{inheritdoc}
- Returns
- array
Implements ConfigInterface.
Definition at line 30 of file Config.php.
32 return $this->_dataStorage->get(
'types', []);
◆ $_dataStorage
The documentation for this class was generated from the following file: