• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/lastsearch.php
  • Класс: BitrixImLastSearch
  • Вызов: LastSearch::clearCache
static function clearCache($userId = null)
{
	$cache = Application::getInstance()->getCache();
	$cache->cleanDir(self::CACHE_PATH.($userId? Common::getCacheUserPostfix($userId): ''));
}