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 record CacheSynchronizerConfiguration : IEquatable<CacheSynchronizerConfiguration>

Constructors

Name Description
CacheSynchronizerConfiguration()
CacheSynchronizerConfiguration(CacheSynchronizerConfiguration)

Fields

Name Description
DefaultPrefix

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
Equals(CacheSynchronizerConfiguration?)
Equals(object?)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
operator ==(CacheSynchronizerConfiguration?, CacheSynchronizerConfiguration?)
operator !=(CacheSynchronizerConfiguration?, CacheSynchronizerConfiguration?)