store->currentLangCode; $moduleId = Yii::$app->controller->module->id; $controllerId = Yii::$app->controller->id; $actionId = Yii::$app->controller->action->id; $urlPathKey = $moduleId.'_'.$controllerId.'_'.$actionId; $appName = Yii::$service->helper->getAppName(); $cacheKeyName = 'head'; return self::BLOCK_CACHE_PREFIX.'_'.$store.'_'.$urlPathKey.'_'.$appName.'_'.$cacheKeyName; } }