CachedAssociatedMetadataProvider<TModelMetadata>.PrototypeCache Property

 

Gets the prototype cache.

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

Syntax

protected internal ObjectCache PrototypeCache { get; set; }
public protected:
property ObjectCache^ PrototypeCache {
    ObjectCache^ get();
    void set(ObjectCache^ value);
}
member PrototypeCache : ObjectCache with get, set
Protected Friend Property PrototypeCache As ObjectCache

Property Value

Type: System.Runtime.Caching.ObjectCache

The prototype cache.

See Also

CachedAssociatedMetadataProvider<TModelMetadata> Class
System.Web.Mvc Namespace

Return to top