Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The kind of compression used for an entry in an archive

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

Syntax

C#
public enum CompressionMethod
Visual Basic (Declaration)
Public Enumeration CompressionMethod
Visual C++
public enum class CompressionMethod

Members

Member nameDescription
Stored
A direct copy of the file contents is held in the archive
Deflated
Common Zip compression method using a sliding dictionary of up to 32KB and secondary compression from Huffman/Shannon-Fano trees
Deflate64
An extension to deflate with a 64KB window. Not supported by #Zip currently
BZip2
Not supported by #Zip currently
WinZipAES
WinZip special for AES encryption, Not supported by #Zip

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.SharpZipLib.Zip.CompressionMethod"]

See Also