• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/common/cachedpool.php
  • Класс: BitrixLocationCommonCachedPool
  • Вызов: CachedPool::loadDataFromCache
public function loadDataFromCache(): void
{
	$items = $this->cache->getVars()['items'];
	if(is_array($items))
	{
		$this->pool->setItems($items);
	}
}