• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/base/mutex.php
  • Класс: BitrixCalendarCoreBaseMutex
  • Вызов: Mutex::unlock
public function unlock(): bool
{
	$this->cache->setImmediate($this->name, time());
	$this->cache->clean($this->name);
	return true;
}