Skip to content

CachedMessageBlock Indexers

CachedMessageBlock is a block of tightly packed structures containing tracking data for cached messages. This data is tightly packed to reduced GC pressure. The tracking data is used by the queue cache to walk the cache serving ordered queue messages by stream.

this[int]

get
public CachedMessage this[int index]
Access the cached message at the provided index.

Parameters

indexint
The index to access.

Returns

The message at the specified index.