# QueueCacheMissInfo.QueueCacheMissInfo(string?, string?, string?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissinfo/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissinfo/constructors/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.Streaming/QueueAdapters/QueueCacheCursorResult.cs)

```csharp
public QueueCacheMissInfo(string? requested, string? low, string? high)
```

Initializes a new instance of the [QueueCacheMissInfo](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissinfo/) struct.

### Parameters

- `requested` (`string?`): The requested sequence token.
- `low` (`string?`): The earliest available sequence token.
- `high` (`string?`): The latest available sequence token.
