if ($db_res_arr = CIBlockRSS::GetCache($cacheKey))
{
$bUpdate = True;
if (strlen($db_res_arr["CACHE"])>0)
{
if ($db_res_arr["VALID"]=="Y")
{
$bValid = True;
$text = $db_res_arr["CACHE"];
}
}
}
<?$APPLICATION->IncludeComponent("bitrix:rss.show","",Array(
"URL" => "https://open.irkobl.ru/rss.php",
"OUT_CHANNEL" => "N",
"PROCESS" => "NONE",
"NUM_NEWS" => "10",
"CACHE_TYPE" => "A",
"CACHE_TIME" => "3600"
)
);?>