Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

Overload List

  NameDescription
SetDictionary(array<Byte>[]()[])
Sets the dictionary which should be used in the deflate process. This call is equivalent to
CopyC#
setDictionary(dict, 0, dict.Length)
.
SetDictionary(array<Byte>[]()[], Int32, Int32)
Sets the dictionary which should be used in the deflate process. The dictionary is a byte array containing strings that are likely to occur in the data which should be compressed. The dictionary is not stored in the compressed output, only a checksum. To decompress the output you need to supply the same dictionary again.

See Also