ComplexKeyHashingStrategy ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides hashing strategy for keys that are not scalar uint64. This is a companion class for CacheStore which only understands uint64 as keys for efficiency purposes. One may extend this class to implement custom resolution of complex keys into uint64 hashes and provide collision handling. The base implementation uses object.GetHashCode() with chaining for collision resolution
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.Cache ComplexKeyHashingStrategy

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class ComplexKeyHashingStrategy
See Also