OutputCacheAttribute::ChildActionCache Property

Gets or sets the child action cache.

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

public:
static property ObjectCache^ ChildActionCache {
	ObjectCache^ get ();
	void set (ObjectCache^ value);
}

Property Value

Type: System.Runtime.Caching::ObjectCache
The child action cache.
Show: