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

C#
public static int Generate(
	string key
)
Visual Basic (Declaration)
Public Shared Function Generate ( _
	key As String _
) As Integer
Visual C++
public:
static int Generate(
	String^ key
)

Parameters

key
Type: System..::.String
The key.

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Hashing.Ketama.Generate(System.String)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Hashing.Ketama.Generate(System.String)"]

See Also