Uses of Interface
org.activiti.engine.impl.persistence.deploy.DeploymentCache
-
Packages that use DeploymentCache Package Description org.activiti.engine.impl.cfg org.activiti.engine.impl.persistence.deploy -
-
Uses of DeploymentCache in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as DeploymentCache Modifier and Type Field Description protected DeploymentCache<java.lang.Object>ProcessEngineConfigurationImpl. knowledgeBaseCacheprotected DeploymentCache<ProcessDefinitionCacheEntry>ProcessEngineConfigurationImpl. processDefinitionCacheMethods in org.activiti.engine.impl.cfg that return DeploymentCache Modifier and Type Method Description DeploymentCache<java.lang.Object>ProcessEngineConfigurationImpl. getKnowledgeBaseCache()DeploymentCache<ProcessDefinitionCacheEntry>ProcessEngineConfigurationImpl. getProcessDefinitionCache()Methods in org.activiti.engine.impl.cfg with parameters of type DeploymentCache Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setKnowledgeBaseCache(DeploymentCache<java.lang.Object> knowledgeBaseCache)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) -
Uses of DeploymentCache in org.activiti.engine.impl.persistence.deploy
Classes in org.activiti.engine.impl.persistence.deploy that implement DeploymentCache Modifier and Type Class Description classDefaultDeploymentCache<T>Default cache: keep everything in memory, unless a limit is set.Fields in org.activiti.engine.impl.persistence.deploy declared as DeploymentCache Modifier and Type Field Description protected DeploymentCache<java.lang.Object>DeploymentManager. knowledgeBaseCacheprotected DeploymentCache<ProcessDefinitionCacheEntry>DeploymentManager. processDefinitionCacheMethods in org.activiti.engine.impl.persistence.deploy that return DeploymentCache Modifier and Type Method Description DeploymentCache<java.lang.Object>DeploymentManager. getKnowledgeBaseCache()DeploymentCache<ProcessDefinitionCacheEntry>DeploymentManager. getProcessDefinitionCache()Methods in org.activiti.engine.impl.persistence.deploy with parameters of type DeploymentCache Modifier and Type Method Description voidDeploymentManager. setKnowledgeBaseCache(DeploymentCache<java.lang.Object> knowledgeBaseCache)voidDeploymentManager. setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache)
-