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.caseDefinitionCacheMethods 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.caseDefinitionCacheMethods in org.flowable.cmmn.engine.impl.deployer that return DeploymentCacheMethods in org.flowable.cmmn.engine.impl.deployer with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoidCmmnDeploymentManager.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.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. -
Uses of DeploymentCache in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache<DecisionCacheEntry>DmnEngineConfiguration.definitionCacheMethods 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.decisionCacheMethods 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 TypeMethodDescriptionvoidDeploymentManager.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.appResourceCacheprotected DeploymentCache<Object>ProcessEngineConfigurationImpl.knowledgeBaseCacheprotected DeploymentCache<ProcessDefinitionCacheEntry>ProcessEngineConfigurationImpl.processDefinitionCacheprotected DeploymentCache<ProcessDefinitionInfoCacheObject>ProcessEngineConfigurationImpl.processDefinitionInfoCacheMethods 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 TypeClassDescriptionclassDefault 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.appResourceCacheprotected DeploymentCache<Object>DeploymentManager.knowledgeBaseCacheprotected DeploymentCache<ProcessDefinitionCacheEntry>DeploymentManager.processDefinitionCacheprotected DeploymentCache<ProcessDefinitionInfoCacheObject>DeploymentManager.processDefinitionInfoCacheMethods 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 TypeMethodDescriptionvoidDeploymentManager.setAppResourceCache(DeploymentCache<Object> appResourceCache) voidDeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) voidDeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) voidDeploymentManager.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.channelDefinitionCacheprotected DeploymentCache<EventDefinitionCacheEntry>EventRegistryEngineConfiguration.eventDefinitionCacheMethods 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.channelDefinitionCacheprotected DeploymentCache<EventDefinitionCacheEntry>EventDeploymentManager.eventDefinitionCacheMethods 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 TypeMethodDescriptionvoidEventDeploymentManager.setChannelDefinitionCache(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache) voidEventDeploymentManager.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)