store->currentLangCode; $appName = Yii::$service->helper->getAppName(); $cacheKeyName = 'footer'; $currentStore = Yii::$service->store->currentStore; return self::BLOCK_CACHE_PREFIX.'_'.$currentStore.'_'.$appName.'_'.$lang.'_'.$cacheKeyName; } }