• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/placement.php
  • Класс: BitrixRestPlacementTable
  • Вызов: PlacementTable::clearHandlerCache
static function clearHandlerCache()
{
	$cache = MainApplication::getInstance()->getManagedCache();
	$cache->cleanDir(static::CACHE_DIR);
	static::$handlersListCache = array();
	if (defined('BX_COMP_MANAGED_CACHE'))
	{
		global $CACHE_MANAGER;
		$CACHE_MANAGER->clearByTag('intranet_menu_binding');
	}
}