Uses of Class
com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
Packages that use AbstractThreadLocalCache
Package
Description
-
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.model.common.expression.evaluator.caching
Subclasses of AbstractThreadLocalCache in com.evolveum.midpoint.model.common.expression.evaluator.cachingModifier and TypeClassDescriptionclassAbstractSearchExpressionEvaluatorCache<V extends PrismValue,O extends ObjectType, QK extends QueryKey, QR extends com.evolveum.midpoint.model.common.expression.evaluator.caching.QueryResult<V>> Cache for search expression-based evaluators.classSearch expression evaluator dealing with shadows - requires specific invalidation strategies. -
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.model.impl.lens.projector.focus
-
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.repo.cache.local
Subclasses of AbstractThreadLocalCache in com.evolveum.midpoint.repo.cache.localModifier and TypeClassDescriptionclassThread-local cache for storing objects.classThread-local cache for storing query results.classThread-local cache for object version. -
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.util.caching
Methods in com.evolveum.midpoint.util.caching with type parameters of type AbstractThreadLocalCacheModifier and TypeMethodDescriptionstatic <T extends AbstractThreadLocalCache>
StringAbstractThreadLocalCache.debugDump(ConcurrentHashMap<Thread, T> instances) static <T extends AbstractThreadLocalCache>
voidAbstractThreadLocalCache.destroy(ConcurrentHashMap<Thread, T> cacheThreadMap, Trace logger) static <T extends AbstractThreadLocalCache>
voidAbstractThreadLocalCache.dumpContent(ConcurrentHashMap<Thread, T> cacheInstances) static <T extends AbstractThreadLocalCache>
TAbstractThreadLocalCache.enter(ConcurrentHashMap<Thread, T> cacheThreadMap, Class<T> cacheClass, CacheConfiguration configuration, Trace logger) static <T extends AbstractThreadLocalCache>
TAbstractThreadLocalCache.exit(ConcurrentHashMap<Thread, T> cacheThreadMap, Trace logger) static <T extends AbstractThreadLocalCache>
intAbstractThreadLocalCache.getTotalSize(ConcurrentHashMap<Thread, T> cacheInstances) Methods in com.evolveum.midpoint.util.caching with parameters of type AbstractThreadLocalCacheModifier and TypeMethodDescriptionvoidCachePerformanceCollector.CacheData.add(AbstractThreadLocalCache cache) Method parameters in com.evolveum.midpoint.util.caching with type arguments of type AbstractThreadLocalCacheModifier and TypeMethodDescriptionstatic booleanAbstractThreadLocalCache.exists(ConcurrentHashMap<Thread, ? extends AbstractThreadLocalCache> instances)