Open sandboxFocus

Enum CacheKeyHashingAlgorithm

Enumerates the hashing algorithms that can be used with CacheKeyBuilder for key compression.

Namespace: Metalama.Patterns.Caching.Formatters
Assembly: Metalama.Patterns.Caching.dll
Syntax
public enum CacheKeyHashingAlgorithm

Fields

Name Description
None

Does not hash the cache key regardless of its length.

XxHash128

Uses XxHash128.

XxHash64

Uses XxHash64.