Enumerates the hashing algorithms that can be used with CacheKeyBuilder. Available values depend on the target framework.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public enum CacheKeyHashingAlgorithmFields
| Name | Description |
|---|---|
| None | Does not hash the cache key regardless of its length. |
| XxHash128 | Uses XxHash128. Available in .NET Framework 4.7, .NET 6.0, .NET Standard 2.0 or greater. |
| XxHash64 | Uses XxHash64. Available in .NET Framework 4.7, .NET 5.0, .NET Standard 2.0 or greater. |