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

CacheInvalidatorOptions Class

Options for the CacheInvalidator class.

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.