|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 DeploymentCache 的软件包 | |
---|---|
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.persistence.deploy |
org.activiti.engine.impl.cfg 中 DeploymentCache 的使用 |
---|
声明为 DeploymentCache 的 org.activiti.engine.impl.cfg 中的字段 | |
---|---|
protected DeploymentCache<Object> |
ProcessEngineConfigurationImpl.knowledgeBaseCache
|
protected DeploymentCache<ProcessDefinitionEntity> |
ProcessEngineConfigurationImpl.processDefinitionCache
|
返回 DeploymentCache 的 org.activiti.engine.impl.cfg 中的方法 | |
---|---|
DeploymentCache<Object> |
ProcessEngineConfigurationImpl.getKnowledgeBaseCache()
|
DeploymentCache<ProcessDefinitionEntity> |
ProcessEngineConfigurationImpl.getProcessDefinitionCache()
|
参数类型为 DeploymentCache 的 org.activiti.engine.impl.cfg 中的方法 | |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache)
|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache)
|
org.activiti.engine.impl.persistence.deploy 中 DeploymentCache 的使用 |
---|
实现 DeploymentCache 的 org.activiti.engine.impl.persistence.deploy 中的类 | |
---|---|
class |
DefaultDeploymentCache<T>
Default cache: keep everything in memory, unless a limit is set. |
声明为 DeploymentCache 的 org.activiti.engine.impl.persistence.deploy 中的字段 | |
---|---|
protected DeploymentCache<Object> |
DeploymentManager.knowledgeBaseCache
|
protected DeploymentCache<ProcessDefinitionEntity> |
DeploymentManager.processDefinitionCache
|
返回 DeploymentCache 的 org.activiti.engine.impl.persistence.deploy 中的方法 | |
---|---|
DeploymentCache<Object> |
DeploymentManager.getKnowledgeBaseCache()
|
DeploymentCache<ProcessDefinitionEntity> |
DeploymentManager.getProcessDefinitionCache()
|
参数类型为 DeploymentCache 的 org.activiti.engine.impl.persistence.deploy 中的方法 | |
---|---|
void |
DeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache)
|
void |
DeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |