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 String
debugDump()
static void
destroy()
void
dumpContent()
static void
enter(CacheConfigurationManager mgr)
static boolean
exists()
static void
exit()
static LocalObjectCache
getLocalObjectCache()
static LocalQueryCache
getLocalQueryCache()
static LocalVersionCache
getLocalVersionCache()
void
getStateInformation(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()
-
-