Package org.camunda.bpm.dmn.engine.impl
Interface CachedCompiledScriptSupport
-
- All Known Implementing Classes:
DmnExpressionImpl
public interface CachedCompiledScriptSupport
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cacheCompiledScript(javax.script.CompiledScript compiledScript)
javax.script.CompiledScript
getCachedCompiledScript()
-