Package org.openiam.script
Class AbstractGroovyScriptEngineIntegration.GroovyCache
- java.lang.Object
-
- org.openiam.script.AbstractGroovyScriptEngineIntegration.GroovyCache
-
- Enclosing class:
- AbstractGroovyScriptEngineIntegration
protected static final class AbstractGroovyScriptEngineIntegration.GroovyCache extends Object
Used to cache groovy body. we can't cache groovy class instances because they are not stateless, for example org.openiam.workflow.activiti.groovy.AbstractApproverAssociationIdentifier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(String key)
String
put(String key, String groovyBody)
-