| Package | Description |
|---|---|
| org.activiti.dmn.engine | |
| org.activiti.dmn.engine.impl.persistence.deploy |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<DecisionTableCacheEntry> |
DmnEngineConfiguration.decisionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<DecisionTableCacheEntry> |
DmnEngineConfiguration.getDecisionCache() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setDecisionCache(DeploymentCache<DecisionTableCacheEntry> decisionCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeploymentCache<T>
Default cache: keep everything in memory, unless a limit is set.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<DecisionTableCacheEntry> |
DeploymentManager.decisionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<DecisionTableCacheEntry> |
DeploymentManager.getDecisionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setDecisionCache(DeploymentCache<DecisionTableCacheEntry> decisionCache) |
| Constructor and Description |
|---|
DeploymentManager(DeploymentCache<DecisionTableCacheEntry> decisionCache,
DmnEngineConfiguration engineConfig) |
Copyright © 2017 Alfresco. All rights reserved.