Uses of Interface
org.activiti.engine.impl.persistence.deploy.DeploymentCache
Packages that use DeploymentCache
-
Uses of DeploymentCache in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache<Object> ProcessEngineConfigurationImpl.knowledgeBaseCacheprotected DeploymentCache<ProcessDefinitionCacheEntry> ProcessEngineConfigurationImpl.processDefinitionCacheMethods in org.activiti.engine.impl.cfg that return DeploymentCacheModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getKnowledgeBaseCache()ProcessEngineConfigurationImpl.getProcessDefinitionCache()Methods in org.activiti.engine.impl.cfg with parameters of type DeploymentCacheModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) -
Uses of DeploymentCache in org.activiti.engine.impl.persistence.deploy
Classes in org.activiti.engine.impl.persistence.deploy that implement DeploymentCacheModifier and TypeClassDescriptionclassDefault cache: keep everything in memory, unless a limit is set.Fields in org.activiti.engine.impl.persistence.deploy declared as DeploymentCacheModifier and TypeFieldDescriptionprotected DeploymentCache<Object> DeploymentManager.knowledgeBaseCacheprotected DeploymentCache<ProcessDefinitionCacheEntry> DeploymentManager.processDefinitionCacheMethods in org.activiti.engine.impl.persistence.deploy that return DeploymentCacheModifier and TypeMethodDescriptionDeploymentManager.getKnowledgeBaseCache()DeploymentManager.getProcessDefinitionCache()Methods in org.activiti.engine.impl.persistence.deploy with parameters of type DeploymentCacheModifier and TypeMethodDescriptionvoidDeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) voidDeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache)