C-DEngine 5.105

TheServiceHostInfo..::..CacheMaxAge Property

MaxAge of HTTP Cache in Seconds

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

Syntax


public int CacheMaxAge { get; set; }
Public Property CacheMaxAge As Integer
	Get
	Set
public:
property int^ CacheMaxAge {
	int^ get ();
	void set (int^ value);
}