Fix missing memoization of custom mapper validators and add option to turn off the cache #1286
Open
Description
Scope: Rendered
Description
Currently there are two issues with validators:
- validators from the validator mapper are not being cached - this creates an inconsistent behavior
- we need to have an option to turn off the value cache - for example, for async requests or for validators using
allValues
Schema