C-DEngine 5.105

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

Gets or sets a value indicating whether this instance is cache persistent.

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

Syntax


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

Field Value

true if this instance is cache persistent; otherwise, false.