Class CacheInvalidatorOptions
Options for the CacheInvalidator class.
Inheritance
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public class CacheInvalidatorOptions : Object
Constructors
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. |