Options for the CacheInvalidator class.
Inheritance
CacheInvalidatorOptions
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public class CacheInvalidatorOptionsConstructors
| Name | Description |
|---|---|
| CacheInvalidatorOptions() |
Properties
| 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. |