EventHubQueueCache<TCachedMessage>.cache Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>