We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39a545 commit 6187126Copy full SHA for 6187126
1 file changed
src/controllers/DefaultController.php
@@ -94,7 +94,7 @@ public function actionIndex(string $pattern): Response
94
// Ignore config & disable cache for live preview
95
$cache = false;
96
}
97
-
+
98
$cacheKey = ArrayHelper::remove($config, 'cacheKey')
99
?? implode(':', [
100
'elementapi',
0 commit comments