CachedAssociatedMetadataProvider<TModelMetadata>::PrototypeCache Property

Gets the prototype cache.

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

protected public:
property ObjectCache^ PrototypeCache {
	ObjectCache^ get ();
	void set (ObjectCache^ value);
}

Property Value

Type: System.Runtime.Caching::ObjectCache
The prototype cache.
Show: