• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/User/UserBot.php
  • Класс: BitrixImV2EntityUserUserBot
  • Вызов: UserBot::getSavedCache
protected function getSavedCache(int $id): Cache
{
	$cache = Application::getInstance()->getCache();

	$cacheDir = self::getCacheDir($id);
	$cache->initCache(self::CACHE_TTL, $this->getCacheKey($id), $cacheDir);

	return $cache;
}