• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_user.php
  • Класс: CTimeManUser
  • Вызов: CTimeManUser::clearFullReportCache
protected function clearFullReportCache()
{
	global $CACHE_MANAGER;

	$cacheId = CUserReportFull::getInfoCacheId($this->USER_ID);
	$CACHE_MANAGER->Clean($cacheId, 'timeman_report_info');
}