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(CompiledScript compiledScript)
CompiledScript
getCachedCompiledScript()
-
-
-
Method Detail
-
cacheCompiledScript
void cacheCompiledScript(CompiledScript compiledScript)
-
getCachedCompiledScript
CompiledScript getCachedCompiledScript()
-
-