Share via


CachedAssociatedMetadataProvider<TModelMetadata>.PrototypeCache Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets {insert text here}.

Namespace:  System.Web.Http.Metadata.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Protected Friend Property PrototypeCache As ObjectCache
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

See Also

Reference

CachedAssociatedMetadataProvider<TModelMetadata> Class

System.Web.Http.Metadata.Providers Namespace