C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..FlushCache Method (Boolean)

Flushes the cache.

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

Syntax


public bool FlushCache(
	bool BackupFirst
)
Public Function FlushCache ( _
	BackupFirst As Boolean _
) As Boolean
public:
bool^ FlushCache(
	bool^ BackupFirst
)

Parameters

BackupFirst
Type: Boolean
if set to true backup the existing cache first.

Return Value

true if not successful, false otherwise.