C-DEngine 5.105

TheServiceHostInfo..::..DisableCache Property

If true, the C-DEngine will not cache any resources.

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

Syntax


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