AzureCacheInvalidatorOptions Class |
Options for AzureCacheInvalidator.
System.Object
PostSharp.Patterns.Caching.Implementation.CacheInvalidatorOptions
PostSharp.Patterns.Caching.Backends.Azure.AzureCacheInvalidatorOptions
PostSharp.Patterns.Caching.Implementation.CacheInvalidatorOptions
PostSharp.Patterns.Caching.Backends.Azure.AzureCacheInvalidatorOptions
Namespace: PostSharp.Patterns.Caching.Backends.Azure
Assembly: PostSharp.Patterns.Caching.Backends.Azure (in PostSharp.Patterns.Caching.Backends.Azure.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public class AzureCacheInvalidatorOptions : CacheInvalidatorOptions
The AzureCacheInvalidatorOptions type exposes the following members.
Name | Description | |
---|---|---|
AzureCacheInvalidatorOptions | Initializes a new instance of the AzureCacheInvalidatorOptions class |
Name | Description | |
---|---|---|
ConnectionString |
Gets or sets the connection string for the Azure Service Bus topic. The value must be a valid argument of the TopicClient.CreateFromConnectionString method.
| |
Prefix |
Gets or sets the prefix of messages sent by the CacheInvalidator.
Messages received by the OnMessageReceived(String) method are
ignored if they don't start with the proper prefix.
(Inherited from CacheInvalidatorOptions.) |