Gets or sets whether Ipernity objects have to be cached. If NoCache is set to true the cache is cleared

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public bool NoCache { get; set; }
Visual Basic (Declaration)
Public Property NoCache As Boolean
Visual C++
public:
property bool NoCache {
	bool get ();
	void set (bool value);
}

See Also