Open sandboxFocus

Class CachingBackendConfiguration

Base configuration record for CachingBackend implementations.

Namespace: Metalama.Patterns.Caching.Backends
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public record CachingBackendConfiguration : IEquatable<CachingBackendConfiguration>

Constructors

Name Description
CachingBackendConfiguration()
CachingBackendConfiguration(CachingBackendConfiguration)

Properties

Name Description
DebugName

Gets or sets a debug name for this backend, used for logging and diagnostics.

EqualityContract
IsBehindL1

Gets a value indicating whether this backend is behind an L1 (local) cache in a layered configuration.

Methods

Name Description
Equals(CachingBackendConfiguration?)
Equals(object?)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

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

Extension Methods

See Also