$criteria->
setFetchCount(false
);
$criteria->
offset((int) $offset);
if ($limit !== null
) { $criteria->
limit((int) $limit);
} if ($criteria->
getOffset() === 0
) { $this->streamIndexer->
clearStreamIndex($stream->
getId());
} $this->streamIndexer->
populatePartial($stream->
getId(),
$criteria);
} /**
* Returns true if frozen state has changed
*
* @param int $streamId
* @param string|null $conditions
*
* @return array|null
*/
public function updateFrozenState($streamId, ?DateTimeInterface
$freezeUp,
$conditions) {