Class AbstractCachingScriptEvaluatorFactory

java.lang.Object
org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
All Implemented Interfaces:
ScriptEvaluatorFactory

@Incubating public abstract class AbstractCachingScriptEvaluatorFactory extends Object implements ScriptEvaluatorFactory
Basic cacheable factory responsible for the creation of ScriptEvaluators. This class is thread-safe. Caches ScriptEvaluator when they are requested.
Since:
6.0.3
Author:
Gunnar Morling, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Marko Bekhta