C-DEngine 5.105

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

If set to true the store will only append records to disk and not store any in RAM (MyRecords of the MirrorCache)

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

Syntax


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