Class ProcessDefinitionInfoCache

java.lang.Object
org.flowable.engine.impl.persistence.deploy.ProcessDefinitionInfoCache
All Implemented Interfaces:
DeploymentCache<ProcessDefinitionInfoCacheObject>

public class ProcessDefinitionInfoCache extends Object implements DeploymentCache<ProcessDefinitionInfoCacheObject>
Default cache: keep everything in memory, unless a limit is set.
Author:
Tijs Rademakers