• Модуль: statistic
  • Путь к файлу: ~/bitrix/modules/statistic/classes/general/stoplist.php
  • Класс: CAllStopList
  • Вызов: CAllStopList::CleanCache
static function CleanCache()
{
	$DB = CDatabase::GetModuleConnection('statistic');
	$file = $_SERVER["DOCUMENT_ROOT"].BX_PERSONAL_ROOT."/managed_cache/".$DB->type."/b_stop_list";
	if(file_exists($file))
		unlink($file);
}