Open sandboxFocus

Class CacheKeyBuilderOptions

Options of the CacheKeyBuilder class.

Inheritance
CacheKeyBuilderOptions
Namespace: Metalama.Patterns.Caching.Formatters
Assembly: Metalama.Patterns.Caching.dll
Syntax
public record CacheKeyBuilderOptions : IEquatable<CacheKeyBuilderOptions>

Constructors

Name Description
CacheKeyBuilderOptions()
CacheKeyBuilderOptions(CacheKeyBuilderOptions)

Properties

Name Description
EqualityContract
MaxKeySize

Methods

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

Operators

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