OutputCacheAttribute::ChildActionCache Property

 

Gets or sets the child action cache.

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

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

Property Value

Type: System.Runtime.Caching::ObjectCache^

The child action cache.

Return to top
Show: