block.inc in Render cache 7.2
File
modules/controller/render_cache_block/src/RenderCache/Controller/block.inc
View source
<?php
$plugin = array(
'class' => "\\Drupal\\render_cache_block\\RenderCache\\Controller\\BlockController",
'arguments' => array(
'@render_stack',
'@render_cache.cache',
),
);