Class CmmnModelInstanceCache
java.lang.Object
org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache<CmmnModelInstance,CaseDefinitionEntity>
org.camunda.bpm.engine.impl.persistence.deploy.cache.CmmnModelInstanceCache
public class CmmnModelInstanceCache
extends ModelInstanceCache<CmmnModelInstance,CaseDefinitionEntity>
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache
definitionCache, instanceCache, LOG
-
Constructor Summary
ConstructorDescriptionCmmnModelInstanceCache
(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<CaseDefinitionEntity> definitionCache) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<CaseDefinition>
getAllDefinitionsForDeployment
(String deploymentId) protected void
logRemoveEntryFromDeploymentCacheFailure
(String definitionId, Exception e) protected CmmnModelInstance
readModelFromStream
(InputStream cmmnResourceInputStream) protected void
throwLoadModelException
(String definitionId, Exception e) Methods inherited from class org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache
clear, findBpmnModelInstanceForDefinition, findBpmnModelInstanceForDefinition, getCache, loadAndCacheBpmnModelInstance, remove, removeAllDefinitionsByDeploymentId
-
Constructor Details
-
CmmnModelInstanceCache
public CmmnModelInstanceCache(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<CaseDefinitionEntity> definitionCache)
-
-
Method Details
-
throwLoadModelException
- Specified by:
throwLoadModelException
in classModelInstanceCache<CmmnModelInstance,
CaseDefinitionEntity>
-
readModelFromStream
- Specified by:
readModelFromStream
in classModelInstanceCache<CmmnModelInstance,
CaseDefinitionEntity>
-
logRemoveEntryFromDeploymentCacheFailure
- Specified by:
logRemoveEntryFromDeploymentCacheFailure
in classModelInstanceCache<CmmnModelInstance,
CaseDefinitionEntity>
-
getAllDefinitionsForDeployment
- Specified by:
getAllDefinitionsForDeployment
in classModelInstanceCache<CmmnModelInstance,
CaseDefinitionEntity>
-