C-DEngine 5.105

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

Maximum size (in KB) allowed for a single cache file. Used only for AppendOnly StorageMirrors.

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

Syntax


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