• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/classes/general/im_contact_list.php
  • Класс: CAllIMContactList
  • Вызов: CAllIMContactList::CleanAllChatCache
static function CleanAllChatCache()
{
	$cache_dir = '/bx/imc/chats';

	$obCache = new CPHPCache();
	$obCache->CleanDir($cache_dir);
}