• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/model/entity.php
  • Класс: BitrixCatalogModelEntity
  • Вызов: Entity::getCacheItem
static function getCacheItem($id, bool $load = false): ?array
{
	$id = (int)$id;
	if ($id <= 0)
		return null;
	return static::getEntity()->getEntityCacheItem($id, $load);
}