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)
Deflate drives actual compression of data
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.CompressionAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public bool Deflate( bool flush, bool finish ) |
| Visual Basic (Declaration) |
|---|
Public Function Deflate ( _ flush As Boolean, _ finish As Boolean _ ) As Boolean |
| Visual C++ |
|---|
public: bool Deflate( bool flush, bool finish ) |
Parameters
- flush
- Type: System..::.Boolean
True to flush input buffers
- finish
- Type: System..::.Boolean
Finish deflation with the current input.
Return Value
Returns true if progress has been made.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterEngine.Deflate(System.Boolean,System.Boolean)"]