• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/CacheManager.php
  • Класс: BitrixMessageServiceProvidersCacheManager
  • Вызов: CacheManager::__construct
public function __construct(string $providerId)
{
	$this->cache = Cache::createInstance();
	$this->providerId = $providerId;
}