• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/common.php
  • Класс: BitrixImOpenLinesCommon
  • Вызов: Common::removeCacheTag
static function removeCacheTag(string $tag): bool
{
	Application::getInstance()->getManagedCache()->clean("imol_cache_tag_".$tag);

	return true;
}