Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Enables a charsequence with the capability to produce a Fowler-Noll-Vo (FNV) 32-bit hashcode FNV hashes are desigend to be fast while maintaining a low collision rate. The FNV speed allows one to quickly hash lots of data while maintaining a reasonable collision rate. The high dispersion of the FNV hashes makes them well suited for hashing nearly identical string such as URL's hostnames, filesnames, text, IP Addresses and others.

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

Syntax

C#
public class FnvHash32 : HashAlgorithm
Visual Basic (Declaration)
Public Class FnvHash32 _
	Inherits HashAlgorithm
Visual C++
public ref class FnvHash32 : public HashAlgorithm

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Hashing.FnvHash32"]

Inheritance Hierarchy

System..::.Object
  System.Security.Cryptography..::.HashAlgorithm
    SharedCache.WinServiceCommon.Hashing..::.FnvHash32

See Also