ValidationVisitor.Cache Property  
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.
The validator cache.
protected:
 property Microsoft::AspNetCore::Mvc::Internal::ValidatorCache ^ Cache { Microsoft::AspNetCore::Mvc::Internal::ValidatorCache ^ get(); };protected:
 property Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidatorCache ^ Cache { Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidatorCache ^ get(); };protected Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorCache Cache { get; }protected Microsoft.AspNetCore.Mvc.Internal.ValidatorCache Cache { get; }member this.Cache : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorCachemember this.Cache : Microsoft.AspNetCore.Mvc.Internal.ValidatorCacheProtected ReadOnly Property Cache As ValidatorCache