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