OutputCacheAttribute.ChildActionCache Property

Gets or sets the child action cache.

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

static function get ChildActionCache () : ObjectCache 
static function set ChildActionCache (value : ObjectCache)

Property Value

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