PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCache­Invalidator­OptionsPrefix
Open sandboxFocus

CacheInvalidatorOptions.Prefix Property

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.

Declaration
public string Prefix { get; set; }
Property Value
Type Description
String