java.lang.Object
com.evolveum.midpoint.model.common.expression.script.ScriptCache<I,C>
Type Parameters:
C - compiled code

public class ScriptCache<I,C> extends Object
Cache for compiled scripts and interpreters, aware of expression profiles.
Author:
Radovan Semancik
  • Constructor Details

    • ScriptCache

      public ScriptCache()
  • Method Details

    • getInterpreter

      public I getInterpreter(ExpressionProfile profile)
    • putInterpreter

      public void putInterpreter(ExpressionProfile profile, I interpreter)
    • clear

      public void clear()