for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Firegento\DevDashboard\Block\Backend;
class Cache extends \Magento\Backend\Block\Cache
{
/**
* Class constructor
*
* @return void
*/
protected function _construct()
$this->_controller = 'cache';
$this->_headerText = (string) __('Cache Storage Management');
\Magento\Backend\Block\Widget\Container::_construct();
}