• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitypreset.php
  • Класс: Bitrix\Crm\EntityPreset
  • Вызов: EntityPreset::clearCache
public function clearCache()
{
	Cache::clearCache(true, static::CACHE_PATH);
	static::$staticCache = [];
}