Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the hash for given key.
Namespace:
SharedCache.WinServiceCommon.Hashing
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Generate ( _
key As String _
) As Integer |
| Visual C++ |
|---|
public:
static int Generate(
String^ key
) |
Return Value
[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Hashing.Ketama.Generate(System.String)"]
Remarks
See Also