• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/osm/tokenrequester.php
  • Класс: BitrixLocationSourceOsmTokenRequester
  • Вызов: TokenRequester::getCacheId
static function getCacheId(): string
{
	return md5(serialize([
		'BX_TYPE' => Client::getPortalType(),
		'BX_LICENCE' => Client::getLicenseCode(),
	]));
}