• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/counterstate.php
  • Класс: BitrixTasksInternalsCounterCounterState
  • Вызов: CounterState::resetCache
public function resetCache(): void
{
	$cache = Cache::createInstance();
	$cache->clean($this->getCacheTag(), $this->getCacheDir());
}