Package org.flowable.common.engine.impl.persistence.deploy
-
Interface Summary Interface Description DeploymentCache<T> Interface for cache implementations. -
Class Summary Class Description DefaultDeploymentCache<T> Default cache: keep everything in memory, unless a limit is set.FullDeploymentCache<T> Default cache: keep everything in memory, without a limit.