• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/workflowtemplateloader.php
  • Класс: CBPWorkflowTemplateLoader
  • Вызов: CBPWorkflowTemplateLoader::cleanTemplateCache
static function cleanTemplateCache($id)
{
	$cache = BitrixMainApplication::getInstance()->getManagedCache();
	$cache->clean(self::CONSTANTS_CACHE_TAG_PREFIX . $id);
	unset(self::$workflowConstants[$id]);
}