C-DEngine 5.105

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

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);
}