Uses of Class
org.camunda.bpm.dmn.feel.impl.juel.TransformExpressionCacheKey
-
Packages that use TransformExpressionCacheKey Package Description org.camunda.bpm.dmn.feel.impl.juel -
-
Uses of TransformExpressionCacheKey in org.camunda.bpm.dmn.feel.impl.juel
Fields in org.camunda.bpm.dmn.feel.impl.juel with type parameters of type TransformExpressionCacheKey Modifier and Type Field Description protected org.camunda.commons.utils.cache.Cache<TransformExpressionCacheKey,java.lang.String>
FeelEngineImpl. transformExpressionCache
Methods in org.camunda.bpm.dmn.feel.impl.juel that return types with arguments of type TransformExpressionCacheKey Modifier and Type Method Description protected org.camunda.commons.utils.cache.Cache<TransformExpressionCacheKey,java.lang.String>
FeelEngineFactoryImpl. createTransformExpressionCache()
Constructor parameters in org.camunda.bpm.dmn.feel.impl.juel with type arguments of type TransformExpressionCacheKey Constructor Description FeelEngineImpl(FeelToJuelTransform transform, javax.el.ExpressionFactory expressionFactory, ElContextFactory elContextFactory, org.camunda.commons.utils.cache.Cache<TransformExpressionCacheKey,java.lang.String> transformExpressionCache)
-