Edit

SimpleQueueAdapterCache Class

Definition

Adapter for simple queue caches

public class SimpleQueueAdapterCache : Orleans.Streams.IQueueAdapterCache
type SimpleQueueAdapterCache = class
    interface IQueueAdapterCache
Public Class SimpleQueueAdapterCache
Implements IQueueAdapterCache
Inheritance
SimpleQueueAdapterCache
Implements

Constructors

Name Description
SimpleQueueAdapterCache(Int32, Logger)

Adapter for simple queue caches

SimpleQueueAdapterCache(SimpleQueueCacheOptions, String, ILoggerFactory)

Adapter for simple queue caches

Fields

Name Description
CacheSizePropertyName

Cache size property name for configuration

Methods

Name Description
CreateQueueCache(QueueId)

Create a cache for a given queue id

ParseSize(IProviderConfiguration, Int32)

Parse the size property from configuration

Applies to