CacheInvalidatorOptions Class |
Options for the CacheInvalidator class.
System.Object
PostSharp.Patterns.Caching.Implementation.CacheInvalidatorOptions
PostSharp.Patterns.Caching.Backends.Azure.AzureCacheInvalidatorOptions
PostSharp.Patterns.Caching.Backends.Redis.RedisCacheInvalidatorOptions
PostSharp.Patterns.Caching.Implementation.CacheInvalidatorOptions
PostSharp.Patterns.Caching.Backends.Azure.AzureCacheInvalidatorOptions
PostSharp.Patterns.Caching.Backends.Redis.RedisCacheInvalidatorOptions
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public class CacheInvalidatorOptions
The CacheInvalidatorOptions type exposes the following members.
Name | Description | |
---|---|---|
CacheInvalidatorOptions | Initializes a new instance of the CacheInvalidatorOptions class |
Name | Description | |
---|---|---|
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.
|