IValidatorRegistry implementation that caches the reflection and custom attributes calls for better performance.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
public class CachedValidationRegistry : IValidatorRegistry

Inheritance Hierarchy

System..::Object
  Castle.Components.Validator..::CachedValidationRegistry

See Also