CachedAssociatedMetadataProvider<TModelMetadata>.PrototypeCache Property

Gets the prototype cache.

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

Syntax

'Declaration
Protected Friend Property PrototypeCache As ObjectCache 
    Get 
    Set
'Usage
Dim value As ObjectCache 

value = Me.PrototypeCache 

Me.PrototypeCache = value
protected internal ObjectCache PrototypeCache { get; set; }
protected public:
property ObjectCache^ PrototypeCache {
    ObjectCache^ get ();
    void set (ObjectCache^ value);
}
member PrototypeCache : ObjectCache with get, set
function get PrototypeCache () : ObjectCache 
function set PrototypeCache (value : ObjectCache)

Property Value

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

See Also

Reference

CachedAssociatedMetadataProvider<TModelMetadata> Class

System.Web.Mvc Namespace