While trying to understand what's causing the difference in performance of SimpleValidation#testSimpleBeanValidation with and without cache from I've done some profiling with VisualVm. Here's a result with the current hash method:
So it looks like 77% of time is spent there creating the hash for CV.
Additional information will be added into PR.