Edit

Share via


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

SimpleQueueAdapterCache(Int32, Logger)

Adapter for simple queue caches

SimpleQueueAdapterCache(SimpleQueueCacheOptions, String, ILoggerFactory)

Adapter for simple queue caches.

Fields

CacheSizePropertyName

Cache size property name for configuration

Methods

CreateQueueCache(QueueId)

Create a cache for a given queue id

ParseSize(IProviderConfiguration, Int32)

Parse the size property from configuration

Applies to