Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Allows client to determine if an entry can be patched after its added

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

Syntax

C#
public bool CanPatchEntries { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanPatchEntries As Boolean
Visual C++
public:
property bool CanPatchEntries {
	bool get ();
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.CanPatchEntries"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.CanPatchEntries"]

See Also