Class LocalRepoCacheCollection
- java.lang.Object
-
- com.evolveum.midpoint.repo.cache.local.LocalRepoCacheCollection
-
@Component public class LocalRepoCacheCollection extends Object
Set of three thread-local repo caches (object, version, query).
-
-
Constructor Summary
Constructors Constructor Description LocalRepoCacheCollection()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringdebugDump()static voiddestroy()voiddumpContent()static voidenter(CacheConfigurationManager mgr)static booleanexists()static voidexit()static LocalObjectCachegetLocalObjectCache()static LocalQueryCachegetLocalQueryCache()static LocalVersionCachegetLocalVersionCache()voidgetStateInformation(List<SingleCacheStateInformationType> rv)
-
-
-
Field Detail
-
LOGGER
public static final Trace LOGGER
-
-
Method Detail
-
getLocalObjectCache
public static LocalObjectCache getLocalObjectCache()
-
getLocalVersionCache
public static LocalVersionCache getLocalVersionCache()
-
getLocalQueryCache
public static LocalQueryCache getLocalQueryCache()
-
destroy
public static void destroy()
-
enter
public static void enter(CacheConfigurationManager mgr)
-
exit
public static void exit()
-
exists
public static boolean exists()
-
debugDump
public static String debugDump()
-
getStateInformation
public void getStateInformation(List<SingleCacheStateInformationType> rv)
-
dumpContent
public void dumpContent()
-
-