• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/GeneralChat.php
  • Класс: BitrixImV2ChatGeneralChat
  • Вызов: GeneralChat::getCache
static function getCache(string $cacheId): Cache
{
	$cache = Application::getInstance()->getCache();
	$cacheTTL = 18144000;
	$cacheDir = static::getCacheDir();
	$cache->initCache($cacheTTL, $cacheId, $cacheDir);

	return $cache;
}