Uses of Interface
org.camunda.commons.utils.cache.Cache
Package
Description
-
Uses of Cache in org.camunda.bpm.dmn.feel.impl.juel
Modifier and TypeFieldDescriptionprotected Cache<TransformExpressionCacheKey,
String> FeelEngineImpl.transformExpressionCache
Modifier and TypeMethodDescriptionprotected Cache<TransformExpressionCacheKey,
String> FeelEngineFactoryImpl.createTransformExpressionCache()
ModifierConstructorDescriptionFeelEngineImpl
(FeelToJuelTransform transform, ExpressionFactory expressionFactory, ElContextFactory elContextFactory, Cache<TransformExpressionCacheKey, String> transformExpressionCache) -
Uses of Cache in org.camunda.bpm.engine.impl.persistence.deploy.cache
Modifier and TypeFieldDescriptionResourceDefinitionCache.cache
protected Cache<String,
InstanceType> ModelInstanceCache.instanceCache
Modifier and TypeMethodDescriptionCacheFactory.createCache
(int maxNumberOfElementsInCache) Creates a cache that does not exceed a specified number of elements.DefaultCacheFactory.createCache
(int maxNumberOfElementsInCache) DeploymentCache.getBpmnModelInstanceCache()
ModelInstanceCache.getCache()
ResourceDefinitionCache.getCache()
DeploymentCache.getCaseDefinitionCache()
DeploymentCache.getCmmnModelInstanceCache()
DeploymentCache.getDecisionDefinitionCache()
DeploymentCache.getDecisionRequirementsDefinitionCache()
DeploymentCache.getDmnDefinitionCache()
DeploymentCache.getProcessDefinitionCache()
-
Uses of Cache in org.camunda.commons.utils.cache
Modifier and TypeClassDescriptionclass
ConcurrentLruCache<K,
V> A thread-safe LRU org.camunda.commons.utils.cache.Cache with a fixed capacity.