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).
  • Field Details

    • LOGGER

      public static final Trace LOGGER
  • Constructor Details

    • LocalRepoCacheCollection

      public LocalRepoCacheCollection()
  • Method Details

    • getLocalObjectCache

      public static LocalObjectCache getLocalObjectCache()
    • getLocalVersionCache

      public static LocalVersionCache getLocalVersionCache()
    • getLocalQueryCache

      public static LocalQueryCache getLocalQueryCache()
    • getLocalQueryCaches

      public static List<LocalQueryCache> getLocalQueryCaches()
    • 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()