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