Uses of Class
org.operaton.bpm.dmn.feel.impl.juel.TransformExpressionCacheKey
Packages that use TransformExpressionCacheKey
-
Uses of TransformExpressionCacheKey in org.operaton.bpm.dmn.feel.impl.juel
Fields in org.operaton.bpm.dmn.feel.impl.juel with type parameters of type TransformExpressionCacheKeyModifier and TypeFieldDescriptionprotected Cache<TransformExpressionCacheKey, String> FeelEngineImpl.transformExpressionCacheMethods in org.operaton.bpm.dmn.feel.impl.juel that return types with arguments of type TransformExpressionCacheKeyModifier and TypeMethodDescriptionprotected Cache<TransformExpressionCacheKey, String> FeelEngineFactoryImpl.createTransformExpressionCache()Constructor parameters in org.operaton.bpm.dmn.feel.impl.juel with type arguments of type TransformExpressionCacheKeyModifierConstructorDescriptionFeelEngineImpl(FeelToJuelTransform transform, jakarta.el.ExpressionFactory expressionFactory, ElContextFactory elContextFactory, Cache<TransformExpressionCacheKey, String> transformExpressionCache)