Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Sets the compression strategy. Strategy is one of
DEFAULT_STRATEGY, HUFFMAN_ONLY and FILTERED. For the exact
position where the strategy is changed, the same as for
SetLevel() applies.
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.CompressionAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public void SetStrategy( DeflateStrategy strategy ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetStrategy ( _ strategy As DeflateStrategy _ ) |
| Visual C++ |
|---|
public: void SetStrategy( DeflateStrategy strategy ) |
Parameters
- strategy
- Type: SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression..::.DeflateStrategy
The new compression strategy.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Deflater.SetStrategy(SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflateStrategy)"]