• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/user/option.php
  • Класс: BitrixImOpenLinesUserOption
  • Вызов: Option::getCache
static function getCache(string $cacheId): Cache
{
	$cache = Application::getInstance()->getCache();
	$cache->initCache(self::CACHE_TTL, $cacheId, self::CACHE_DIR);

	return $cache;
}