• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/user.php
  • Класс: BitrixMailUser
  • Вызов: User::clearTokensCache
static function clearTokensCache()
{
	$cache = new CPHPCache();
	$cache->cleanDir('/mail/user/forward');
}