Class DefaultDeploymentCache<T>

java.lang.Object
org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache<T>
All Implemented Interfaces:
DeploymentCache<T>

public class DefaultDeploymentCache<T> extends Object implements DeploymentCache<T>
Default cache: keep everything in memory, unless a limit is set.
Author:
Joram Barrez