CachedAssociatedMetadataProvider(Of TModelMetadata).PrototypeCache Property

Gets the prototype cache.

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

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

value = Me.PrototypeCache 

Me.PrototypeCache = value

Property Value

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