CCrmEntityHelper::GetCached

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmEntityHelper
  4. GetCached
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/entity_helper.php
  • Класс: \CCrmEntityHelper
  • Вызов: CCrmEntityHelper::GetCached
static function GetCached($sCacheName, $sKey)
{
	return isset(self::$ITEMS[$sCacheName]) && isset(self::$ITEMS[$sCacheName][$sKey])
		? self::$ITEMS[$sCacheName][$sKey] : false;
}

Добавить комментарий