Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
checksum for Hybrid cache clearup, makes a recursive call until it receives a smaller value then: 100000

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

Syntax

C#
public static long HybridChecksum(
	long para
)
Visual Basic (Declaration)
Public Shared Function HybridChecksum ( _
	para As Long _
) As Long
Visual C++
public:
static long long HybridChecksum(
	long long para
)

Parameters

para
Type: System..::.Int64
The para.

Return Value

a smaller value then: 100000

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheCleanup.HybridChecksum(System.Int64)"]

See Also