Namespace: Metalama.Patterns.Caching.Backends
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public sealed record LayeredCachingBackendConfiguration : CachingBackendConfiguration, IEquatable<CachingBackendConfiguration>, IEquatable<LayeredCachingBackendConfiguration>
Constructors
Name | Description |
---|---|
LayeredCachingBackendConfiguration() |
Properties
Name | Description |
---|---|
EqualityContract | |
L1Configuration |
Methods
Name | Description |
---|---|
Equals(CachingBackendConfiguration?) | |
Equals(LayeredCachingBackendConfiguration?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Name | Description |
---|---|
operator ==(LayeredCachingBackendConfiguration?, LayeredCachingBackendConfiguration?) | |
operator !=(LayeredCachingBackendConfiguration?, LayeredCachingBackendConfiguration?) |