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

	$CACHE_MANAGER->Clean(static::getSettingsCacheId($userId), 'timeman_report_settings');
}