• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/virtual.php
  • Класс: CWebDavVirtual
  • Вызов: CWebDavVirtual::ClearCache
function ClearCache($path)
{
	if ($path == "section")
	{
		BXClearCache(true, $this->CACHE_PATH."root_section"); 
		BXClearCache(true, $this->CACHE_PATH."section"); 
		BXClearCache(true, $this->CACHE_PATH."sections_tree"); 
		BXClearCache(true, $this->CACHE_PATH."nav_chain"); 
	}
}