C-DEngine 5.105

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

Maxmimum number of cache files allowed. Once this number is reached, older files will be deleted. Used only for AppendOnly StorageMirrors.

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

Syntax


public int MaxCacheFileCount { get; set; }
Public Property MaxCacheFileCount As Integer
	Get
	Set
public:
property int^ MaxCacheFileCount {
	int^ get ();
	void set (int^ value);
}