Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
cache_config.php File Reference

Go to the source code of this file.

Variables

 return ['types'=> ['config'=> ['name'=> 'config', 'translate'=> 'label, description', 'instance'=> \Magento\Framework\App\Cache\Type\Config::class, 'label'=> 'Configuration', 'description'=> 'Cache Description',], 'layout'=> ['name'=> 'layout', 'translate'=> 'label, description', 'instance'=> \Magento\Framework\App\Cache\Type\Layout::class, 'label'=> 'Layouts', 'description'=> 'Layout building instructions',],]]
 

Variable Documentation

◆ return

return[ 'types'=> [ 'config'=> [ 'name'=> 'config', 'translate'=> 'label, description', 'instance'=> \Magento\Framework\App\Cache\Type\Config::class, 'label'=> 'Configuration', 'description'=> 'Cache Description',], 'layout'=> [ 'name'=> 'layout', 'translate'=> 'label, description', 'instance'=> \Magento\Framework\App\Cache\Type\Layout::class, 'label'=> 'Layouts', 'description'=> 'Layout building instructions',],]]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 23 of file cache_config.php.