CachedAssociatedMetadataProvider<TModelMetadata>::CacheKeyPrefix Property

Gets the cache key prefix.

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

protected:
property String^ CacheKeyPrefix {
	String^ get ();
}

Property Value

Type: System::String
The cache key prefix.
Show: