C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..UseSafeSave Property

For persistent caches, gets or sets a value indicating whether to keep a backup copy during each save.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool UseSafeSave { get; set; }
Public Property UseSafeSave As Boolean
	Get
	Set
public:
property bool^ UseSafeSave {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is cache persistent; otherwise, false.