Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Evaluate the correct server node for provided 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 abstract string GetServerForKey(
	string key
)
Visual Basic (Declaration)
Public MustOverride Function GetServerForKey ( _
	key As String _
) As String
Visual C++
public:
virtual String^ GetServerForKey(
	String^ key
) abstract

Parameters

key
Type: System..::.String
The key for cache item

Return Value

returns the correct server for provided key

Remarks

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

See Also