Düzenle

Aracılığıyla paylaş


EventHubQueueCache<TCachedMessage>.cache Field

Definition

Underlying message cache implementation

protected readonly Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.ServiceBus.Messaging.EventData,TCachedMessage> cache;
protected readonly Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.Azure.EventHubs.EventData,TCachedMessage> cache;
val mutable cache : Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.ServiceBus.Messaging.EventData, 'CachedMessage (requires 'CachedMessage : struct)>
val mutable cache : Orleans.Providers.Streams.Common.PooledQueueCache<Microsoft.Azure.EventHubs.EventData, 'CachedMessage (requires 'CachedMessage : struct)>
Protected ReadOnly cache As PooledQueueCache(Of EventData, TCachedMessage) 

Field Value

PooledQueueCache<EventData,TCachedMessage>
PooledQueueCache<EventData,TCachedMessage>

Applies to