Class ScriptCache<I,C,K>
java.lang.Object
com.evolveum.midpoint.model.common.expression.script.ScriptCache<I,C,K>
- Type Parameters:
I- interpreter (script execution runtime)C- compiled codeK- code caching key (e.g. source code)
Cache for compiled scripts and interpreters, aware of expression profiles.
- Author:
- Radovan Semancik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getInterpreter(ExpressionProfile profile) voidputInterpreter(ExpressionProfile profile, I interpreter)
-
Constructor Details
-
ScriptCache
public ScriptCache()
-
-
Method Details
-
getInterpreter
-
putInterpreter
-
clear
public void clear()
-