MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​ImplementationCache­Synchronizer­Configuration
Open sandboxFocus

CacheSynchronizerConfiguration Class

Options for the CacheSynchronizer class.

Namespace: Metalama.Patterns.Caching.Implementation
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public class CacheSynchronizerConfiguration : Object

Constructors

Name Description
CacheSynchronizerConfiguration()
CacheSynchronizerConfiguration(CacheSynchronizerConfiguration)

Properties

Name Description
EqualityContract
Prefix

Gets the prefix of messages sent by the CacheSynchronizer. Messages received by the OnMessageReceived(String) method are ignored if they don't start with the proper prefix.

Methods

Name Description
<Clone>$()
Equals(CacheSynchronizerConfiguration)
Equals(Object)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
Equality(CacheSynchronizerConfiguration, CacheSynchronizerConfiguration)
Inequality(CacheSynchronizerConfiguration, CacheSynchronizerConfiguration)