CachedDataAnnotationsModelMetadataProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the default cached model metadata provider for ASP.NET MVC.
public class CachedDataAnnotationsModelMetadataProvider : System.Web.Mvc.CachedAssociatedMetadataProvider<System.Web.Mvc.CachedDataAnnotationsModelMetadata>
type CachedDataAnnotationsModelMetadataProvider = class
inherit CachedAssociatedMetadataProvider<CachedDataAnnotationsModelMetadata>
Public Class CachedDataAnnotationsModelMetadataProvider
Inherits CachedAssociatedMetadataProvider(Of CachedDataAnnotationsModelMetadata)
- Inheritance
-
CachedDataAnnotationsModelMetadataProvider
Constructors
CachedDataAnnotationsModelMetadataProvider() |
Initializes a new instance of the CachedDataAnnotationsModelMetadataProvider class. |
Properties
CacheItemPolicy |
Gets the cache item policy. (Inherited from CachedAssociatedMetadataProvider<TModelMetadata>) |
CacheKeyPrefix |
Gets the cache key prefix. (Inherited from CachedAssociatedMetadataProvider<TModelMetadata>) |
PrototypeCache |
Gets the prototype cache. (Inherited from CachedAssociatedMetadataProvider<TModelMetadata>) |