![]() |
Workflow Engine .NET
2
|
Interface of a cache for parced processes ProcessDefinition More...
Public Member Functions | |
void | Clear () |
Clear the cache More... | |
ProcessDefinition | GetProcessDefinitionBySchemeId (Guid schemeId) |
Returns process definition from the cache by scheme id More... | |
void | AddProcessDefinition (Guid schemeId, ProcessDefinition processDefinition) |
Adds process definition to the cache with scheme id as the key More... | |
Interface of a cache for parced processes ProcessDefinition
void OptimaJet.Workflow.Core.Cache.IParsedProcessCache.AddProcessDefinition | ( | Guid | schemeId, |
ProcessDefinition | processDefinition | ||
) |
Adds process definition to the cache with scheme id as the key
schemeId | Id of the scheme |
processDefinition | ProcessDefinition object |
Implemented in OptimaJet.Workflow.Core.Cache.DefaultParcedProcessCache.
void OptimaJet.Workflow.Core.Cache.IParsedProcessCache.Clear | ( | ) |
Clear the cache
Implemented in OptimaJet.Workflow.Core.Cache.DefaultParcedProcessCache.
ProcessDefinition OptimaJet.Workflow.Core.Cache.IParsedProcessCache.GetProcessDefinitionBySchemeId | ( | Guid | schemeId | ) |
Returns process definition from the cache by scheme id
schemeId | Id of the scheme |
Implemented in OptimaJet.Workflow.Core.Cache.DefaultParcedProcessCache.