C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..SaveCacheToDisk Method

Saves the cache to disk.

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

Syntax


public bool SaveCacheToDisk(
	bool SaveSync,
	bool WaitForSave
)
Public Function SaveCacheToDisk ( _
	SaveSync As Boolean, _
	WaitForSave As Boolean _
) As Boolean
public:
bool^ SaveCacheToDisk(
	bool^ SaveSync, 
	bool^ WaitForSave
)

Parameters

SaveSync
Type: Boolean
If set to true, the call does not return until the data has been saved to disk.true [save synchronize].
WaitForSave
Type: Boolean
if set to true, a save will be initiated even if another save is currently ongoing. Otherwise, no additional save will be performed.true [wait for save].

Return Value

true if XXXX, false otherwise.