• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/location/cache.php
  • Класс: BitrixLocationRepositoryLocationCache
  • Вызов: Cache::createIdIndex
protected function createIdIndex(int $locationId, string $languageId): string
{
	return (string)$locationId.'_'.$languageId;
}