C-DEngine 5.105

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

If set to true the store will save the content very CacheStoreInterval seconds. If set to false it requries CacheStoreInterval Changes to the store to write to disk

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

Syntax


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