• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/event_calendar.php
  • Класс: CEventCalendar
  • Вызов: CEventCalendar::ClearCache
public function ClearCache($cachePath = "")
{
	if ($cachePath == '')
		$cachePath = $this->cachePath;

	$cache = new CPHPCache;
	$cache->CleanDir($cachePath);
}