Arguments of the CreateBackend(CreateBackendArgs) method.
Implements
Namespace: Metalama.Patterns.Caching.Building
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public sealed record CreateBackendArgs : IEquatable<CreateBackendArgs>Constructors
| Name | Description |
|---|---|
| CreateBackendArgs() |
Properties
| Name | Description |
|---|---|
| Layer | Gets the number of the cache layer, e.g. 1 for L1 or 2 for L2. |
Methods
| Name | Description |
|---|---|
| Equals(CreateBackendArgs?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(CreateBackendArgs?, CreateBackendArgs?) | |
| operator !=(CreateBackendArgs?, CreateBackendArgs?) |