Uses of Class
com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
-
Packages that use AbstractThreadLocalCache Package Description com.evolveum.midpoint.util.caching -
-
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.util.caching
Methods in com.evolveum.midpoint.util.caching with type parameters of type AbstractThreadLocalCache Modifier and Type Method Description static <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 AbstractThreadLocalCache Modifier and Type Method Description voidCachePerformanceCollector.CacheData. add(AbstractThreadLocalCache cache)Method parameters in com.evolveum.midpoint.util.caching with type arguments of type AbstractThreadLocalCache Modifier and Type Method Description static booleanAbstractThreadLocalCache. exists(ConcurrentHashMap<Thread,? extends AbstractThreadLocalCache> instances)
-