C# (CSharp) MemcachedClientLibrary Namespace

Сlasses

Name Description
FNV1_32 Fowler-Noll-Vo hash, variant 1, 32-bit version. http://www.isthe.com/chongo/tech/comp/fnv/
FNV1a_32 Fowler-Noll-Vo hash, variant 1a, 32-bit version. http://www.isthe.com/chongo/tech/comp/fnv/
LogAdapter
MemcachedClient Memcached client main class. Use the static methods Setup and GetInstance to setup and get an instance of the client for use.
MemcachedClientException
ModifiedFNV1_32 Modified Fowler-Noll-Vo hash, 32-bit version. http://home.comcast.net/~bretm/hash/6.html
PooledSocket The PooledSocket class encapsulates a socket connection to a specified memcached server. It contains a buffered stream for communication, and methods for sending and retrieving data from the memcached server, as well as general memcached error checking.
Serializer
SocketPool