Uses of Interface
org.camunda.commons.utils.cache.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in org.camunda.bpm.dmn.feel.impl.juel
Fields in org.camunda.bpm.dmn.feel.impl.juel declared as CacheModifier and TypeFieldDescriptionprotected Cache<TransformExpressionCacheKey,
String> FeelEngineImpl.transformExpressionCache
Methods in org.camunda.bpm.dmn.feel.impl.juel that return CacheModifier and TypeMethodDescriptionprotected Cache<TransformExpressionCacheKey,
String> FeelEngineFactoryImpl.createTransformExpressionCache()
Constructors in org.camunda.bpm.dmn.feel.impl.juel with parameters of type CacheModifierConstructorDescriptionFeelEngineImpl
(FeelToJuelTransform transform, ExpressionFactory expressionFactory, ElContextFactory elContextFactory, Cache<TransformExpressionCacheKey, String> transformExpressionCache) -
Uses of Cache in org.camunda.bpm.engine.impl.persistence.deploy.cache
Fields in org.camunda.bpm.engine.impl.persistence.deploy.cache declared as CacheModifier and TypeFieldDescriptionResourceDefinitionCache.cache
protected Cache<String,
InstanceType> ModelInstanceCache.instanceCache
Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache that return CacheModifier 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
Classes in org.camunda.commons.utils.cache that implement CacheModifier and TypeClassDescriptionclass
ConcurrentLruCache<K,
V> A thread-safe LRU org.camunda.commons.utils.cache.Cache with a fixed capacity.