|
|
@@ -1491,9 +1491,10 @@ class View implements EventDispatcherInterface
|
|
|
if (isset($options['cache']['key'], $options['cache']['config'])) {
|
|
|
$cache = $options['cache'];
|
|
|
$cache['key'] = 'element_' . $cache['key'];
|
|
|
+
|
|
|
return $cache;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
$plugin = null;
|
|
|
list($plugin, $name) = $this->pluginSplit($name);
|
|
|
|