• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/entity_helper.php
  • Класс: \CCrmEntityHelper
  • Вызов: CCrmEntityHelper::SetCached
static function SetCached($sCacheName, $sKey, $value)
{
	if(!isset(self::$ITEMS[$sCacheName]))
	{
		self::$ITEMS[$sCacheName] = array();
	}
	self::$ITEMS[$sCacheName][$sKey] = $value;
}