Uses of Interface
org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
Packages that use DeploymentCache
Package
Description
-
Uses of DeploymentCache in org.flowable.common.engine.impl.el
Fields in org.flowable.common.engine.impl.el declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache<Expression>DefaultExpressionManager.expressionCacheMethods in org.flowable.common.engine.impl.el that return DeploymentCacheMethods in org.flowable.common.engine.impl.el with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoidDefaultExpressionManager.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 DeploymentCacheModifier and TypeClassDescriptionclassDefault cache: keep everything in memory, unless a limit is set.classDefault cache: keep everything in memory, without a limit.