Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Return the ip server which handles this key by the hashcode of the key.

Namespace:  SharedCache.WinServiceCommon.Provider.Cache
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override string GetServerForKey(
	string key
)
Visual Basic (Declaration)
Public Overrides Function GetServerForKey ( _
	key As String _
) As String
Visual C++
public:
virtual String^ GetServerForKey(
	String^ key
) override

Parameters

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

Return Value

the specific host ip as a String object.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Cache.IndexusSharedCacheProvider.GetServerForKey(System.String)"]

See Also