Uses of Class
org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
Packages that use ResourceDefinitionCache Package Description org.camunda.bpm.engine.impl.persistence.deploy.cache -
-
Uses of ResourceDefinitionCache in org.camunda.bpm.engine.impl.persistence.deploy.cache
Subclasses of ResourceDefinitionCache in org.camunda.bpm.engine.impl.persistence.deploy.cache Modifier and Type Class Description class
CamundaFormDefinitionCache
class
CaseDefinitionCache
class
DecisionDefinitionCache
class
DecisionRequirementsDefinitionCache
class
ProcessDefinitionCache
Fields in org.camunda.bpm.engine.impl.persistence.deploy.cache declared as ResourceDefinitionCache Modifier and Type Field Description protected ResourceDefinitionCache<DefinitionType>
ModelInstanceCache. definitionCache
Constructors in org.camunda.bpm.engine.impl.persistence.deploy.cache with parameters of type ResourceDefinitionCache Constructor Description BpmnModelInstanceCache(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<ProcessDefinitionEntity> definitionCache)
CmmnModelInstanceCache(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<CaseDefinitionEntity> definitionCache)
DmnModelInstanceCache(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<DecisionDefinitionEntity> definitionCache)
ModelInstanceCache(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<DefinitionType> definitionCache)
-