Uses of Interface
org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
Packages that use DeploymentCache
Package
Description
-
Uses of DeploymentCache in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<CaseDefinitionCacheEntry> CmmnEngineConfiguration.caseDefinitionCache
Methods in org.flowable.cmmn.engine that return DeploymentCacheMethods in org.flowable.cmmn.engine with parameters of type DeploymentCacheModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCaseDefinitionCache
(DeploymentCache<CaseDefinitionCacheEntry> caseDefinitionCache) -
Uses of DeploymentCache in org.flowable.cmmn.engine.impl.deployer
Fields in org.flowable.cmmn.engine.impl.deployer declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<CaseDefinitionCacheEntry> CmmnDeploymentManager.caseDefinitionCache
Methods in org.flowable.cmmn.engine.impl.deployer that return DeploymentCacheMethods in org.flowable.cmmn.engine.impl.deployer with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoid
CmmnDeploymentManager.setCaseDefinitionCache
(DeploymentCache<CaseDefinitionCacheEntry> caseDefinitionCache) -
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.expressionCache
Methods in org.flowable.common.engine.impl.el that return DeploymentCacheMethods in org.flowable.common.engine.impl.el with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoid
DefaultExpressionManager.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 TypeClassDescriptionclass
Default cache: keep everything in memory, unless a limit is set.class
Default cache: keep everything in memory, without a limit. -
Uses of DeploymentCache in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<DecisionCacheEntry> DmnEngineConfiguration.definitionCache
Methods in org.flowable.dmn.engine that return DeploymentCacheMethods in org.flowable.dmn.engine with parameters of type DeploymentCacheModifier and TypeMethodDescriptionDmnEngineConfiguration.setDefinitionCache
(DeploymentCache<DecisionCacheEntry> definitionCache) -
Uses of DeploymentCache in org.flowable.dmn.engine.impl.persistence.deploy
Fields in org.flowable.dmn.engine.impl.persistence.deploy declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<DecisionCacheEntry> DeploymentManager.decisionCache
Methods in org.flowable.dmn.engine.impl.persistence.deploy that return DeploymentCacheMethods in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoid
DeploymentManager.setDecisionCache
(DeploymentCache<DecisionCacheEntry> decisionCache) Constructors in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DeploymentCacheModifierConstructorDescriptionDeploymentManager
(DeploymentCache<DecisionCacheEntry> decisionCache, DmnEngineConfiguration engineConfig) -
Uses of DeploymentCache in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<Object> ProcessEngineConfigurationImpl.appResourceCache
protected DeploymentCache
<Object> ProcessEngineConfigurationImpl.knowledgeBaseCache
protected DeploymentCache
<ProcessDefinitionCacheEntry> ProcessEngineConfigurationImpl.processDefinitionCache
protected DeploymentCache
<ProcessDefinitionInfoCacheObject> ProcessEngineConfigurationImpl.processDefinitionInfoCache
Methods in org.flowable.engine.impl.cfg that return DeploymentCacheModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getAppResourceCache()
ProcessEngineConfigurationImpl.getKnowledgeBaseCache()
ProcessEngineConfigurationImpl.getProcessDefinitionCache()
ProcessEngineConfigurationImpl.getProcessDefinitionInfoCache()
Methods in org.flowable.engine.impl.cfg with parameters of type DeploymentCacheModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setAppResourceCache
(DeploymentCache<Object> appResourceCache) ProcessEngineConfigurationImpl.setKnowledgeBaseCache
(DeploymentCache<Object> knowledgeBaseCache) ProcessEngineConfigurationImpl.setProcessDefinitionCache
(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) ProcessEngineConfigurationImpl.setProcessDefinitionInfoCache
(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache) -
Uses of DeploymentCache in org.flowable.engine.impl.persistence.deploy
Classes in org.flowable.engine.impl.persistence.deploy that implement DeploymentCacheModifier and TypeClassDescriptionclass
Default cache: keep everything in memory, unless a limit is set.Fields in org.flowable.engine.impl.persistence.deploy declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<Object> DeploymentManager.appResourceCache
protected DeploymentCache
<Object> DeploymentManager.knowledgeBaseCache
protected DeploymentCache
<ProcessDefinitionCacheEntry> DeploymentManager.processDefinitionCache
protected DeploymentCache
<ProcessDefinitionInfoCacheObject> DeploymentManager.processDefinitionInfoCache
Methods in org.flowable.engine.impl.persistence.deploy that return DeploymentCacheModifier and TypeMethodDescriptionDeploymentManager.getAppResourceCache()
DeploymentManager.getKnowledgeBaseCache()
DeploymentManager.getProcessDefinitionCache()
DeploymentManager.getProcessDefinitionInfoCache()
Methods in org.flowable.engine.impl.persistence.deploy with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoid
DeploymentManager.setAppResourceCache
(DeploymentCache<Object> appResourceCache) void
DeploymentManager.setKnowledgeBaseCache
(DeploymentCache<Object> knowledgeBaseCache) void
DeploymentManager.setProcessDefinitionCache
(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) void
DeploymentManager.setProcessDefinitionInfoCache
(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache) -
Uses of DeploymentCache in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<ChannelDefinitionCacheEntry> EventRegistryEngineConfiguration.channelDefinitionCache
protected DeploymentCache
<EventDefinitionCacheEntry> EventRegistryEngineConfiguration.eventDefinitionCache
Methods in org.flowable.eventregistry.impl that return DeploymentCacheModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.getChannelDefinitionCache()
EventRegistryEngineConfiguration.getEventDefinitionCache()
Methods in org.flowable.eventregistry.impl with parameters of type DeploymentCacheModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setChannelDefinitionCache
(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache) EventRegistryEngineConfiguration.setEventDefinitionCache
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) -
Uses of DeploymentCache in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache
<ChannelDefinitionCacheEntry> EventDeploymentManager.channelDefinitionCache
protected DeploymentCache
<EventDefinitionCacheEntry> EventDeploymentManager.eventDefinitionCache
Methods in org.flowable.eventregistry.impl.persistence.deploy that return DeploymentCacheModifier and TypeMethodDescriptionEventDeploymentManager.getChannelDefinitionCache()
EventDeploymentManager.getEventDefinitionCache()
Methods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoid
EventDeploymentManager.setChannelDefinitionCache
(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache) void
EventDeploymentManager.setEventDefinitionCache
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) Constructors in org.flowable.eventregistry.impl.persistence.deploy with parameters of type DeploymentCacheModifierConstructorDescriptionEventDeploymentManager
(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache, DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache, EventRegistryEngineConfiguration engineConfig)