接口 org.activiti.engine.impl.persistence.deploy.DeploymentCache
的使用

使用 DeploymentCache 的软件包
org.activiti.engine.impl.cfg   
org.activiti.engine.impl.persistence.deploy   
 

org.activiti.engine.impl.cfgDeploymentCache 的使用
 

声明为 DeploymentCacheorg.activiti.engine.impl.cfg 中的字段
protected  DeploymentCache<Object> ProcessEngineConfigurationImpl.knowledgeBaseCache
           
protected  DeploymentCache<ProcessDefinitionEntity> ProcessEngineConfigurationImpl.processDefinitionCache
           
 

返回 DeploymentCacheorg.activiti.engine.impl.cfg 中的方法
 DeploymentCache<Object> ProcessEngineConfigurationImpl.getKnowledgeBaseCache()
           
 DeploymentCache<ProcessDefinitionEntity> ProcessEngineConfigurationImpl.getProcessDefinitionCache()
           
 

参数类型为 DeploymentCacheorg.activiti.engine.impl.cfg 中的方法
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache)
           
 

org.activiti.engine.impl.persistence.deployDeploymentCache 的使用
 

实现 DeploymentCacheorg.activiti.engine.impl.persistence.deploy 中的类
 class DefaultDeploymentCache<T>
          Default cache: keep everything in memory, unless a limit is set.
 

声明为 DeploymentCacheorg.activiti.engine.impl.persistence.deploy 中的字段
protected  DeploymentCache<Object> DeploymentManager.knowledgeBaseCache
           
protected  DeploymentCache<ProcessDefinitionEntity> DeploymentManager.processDefinitionCache
           
 

返回 DeploymentCacheorg.activiti.engine.impl.persistence.deploy 中的方法
 DeploymentCache<Object> DeploymentManager.getKnowledgeBaseCache()
           
 DeploymentCache<ProcessDefinitionEntity> DeploymentManager.getProcessDefinitionCache()
           
 

参数类型为 DeploymentCacheorg.activiti.engine.impl.persistence.deploy 中的方法
 void DeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache)
           
 void DeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache)
           
 



Copyright © 2013 Alfresco. All rights reserved.