SimpleQueueAdapterCache Class
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.
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 |