• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/composite/cacheprovider.php
  • Класс: BitrixIntranetCompositeCacheProvider
  • Вызов: CacheProvider::getUserPrefix
static function getUserPrefix($userId)
{
	$userId = intval($userId);
	return "/".$userId."/".md5(CMain::GetServerUniqID().$userId);
}