[This is preliminary documentation and is subject to change.]
Provides default implementation for converting string keys into uint64 hash.
This functions provides the best selectivity for strings that are 8 chars long or less.
The function is NOT deterministic as it uses .GetHashCode(), so the returned value should not be persisted
Namespace: NFX.DataAccess.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- key
- Type:
System String
Return Value
Type:
See Also