• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/scheduleservice.php
  • Класс: BitrixTimemanServiceScheduleScheduleService
  • Вызов: ScheduleService::cleanCache
private function cleanCache()
{
	(ScheduleTable::getEntity())->cleanCache();
	(ScheduleUserTable::getEntity())->cleanCache();
	(ScheduleDepartmentTable::getEntity())->cleanCache();
}