Uses of Interface
org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
-
Packages that use DeploymentCache Package Description org.flowable.common.engine.impl.el org.flowable.common.engine.impl.persistence.deploy -
-
Uses of DeploymentCache in org.flowable.common.engine.impl.el
Fields in org.flowable.common.engine.impl.el declared as DeploymentCache Modifier and Type Field Description protected DeploymentCache<Expression>DefaultExpressionManager. expressionCacheMethods in org.flowable.common.engine.impl.el that return DeploymentCache Modifier and Type Method Description DeploymentCache<Expression>DefaultExpressionManager. getExpressionCache()Methods in org.flowable.common.engine.impl.el with parameters of type DeploymentCache Modifier and Type Method Description voidDefaultExpressionManager. setExpressionCache(DeploymentCache<Expression> expressionCache) -
Uses of DeploymentCache in org.flowable.common.engine.impl.persistence.deploy
Classes in org.flowable.common.engine.impl.persistence.deploy that implement DeploymentCache Modifier and Type Class Description classDefaultDeploymentCache<T>Default cache: keep everything in memory, unless a limit is set.classFullDeploymentCache<T>Default cache: keep everything in memory, without a limit.
-