OutputCacheAttribute::NoStore Property

Gets or sets a value that indicates whether to store the cache.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property bool NoStore {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the cache should be stored; otherwise, false.

A value that determines whether to prevent secondary storage of the cached information.

Show: