C-DEngine 5.105

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

For persistent mirror caches, indicates if save operations should minimize locking by serializing to memory instead of disk (trades off higher memory usage against performance)

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

Syntax


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

Field Value

true if this instance uses in-memory serialization; otherwise, false.