Class ScriptCache<I,C>
java.lang.Object
com.evolveum.midpoint.model.common.expression.script.ScriptCache<I,C>
- Type Parameters:
C
- compiled code
Cache for compiled scripts and interpreters, aware of expression profiles.
- Author:
- Radovan Semancik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getInterpreter
(ExpressionProfile profile) void
putInterpreter
(ExpressionProfile profile, I interpreter)
-
Constructor Details
-
ScriptCache
public ScriptCache()
-
-
Method Details
-
getInterpreter
-
putInterpreter
-
clear
public void clear()
-