Class SystemConfigurationCacheAdapter
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.SystemConfigurationCacheAdapter
-
- All Implemented Interfaces:
Cache
,CacheInvalidationListener
@Component public class SystemConfigurationCacheAdapter extends Object implements Cache
Adapter from SystemConfigurationChangeDispatcher toCache
. Distributes events about system configuration invalidation changes.
-
-
Constructor Summary
Constructors Constructor Description SystemConfigurationCacheAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dumpContent()
@NotNull Collection<SingleCacheStateInformationType>
getStateInformation()
void
invalidate(Class<?> type, String oid, CacheInvalidationContext context)
void
register()
void
unregister()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.repo.api.Cache
getEventSpecifications, invalidate
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
unregister
@PreDestroy public void unregister()
-
invalidate
public void invalidate(Class<?> type, String oid, CacheInvalidationContext context)
- Specified by:
invalidate
in interfaceCache
-
getStateInformation
@NotNull public @NotNull Collection<SingleCacheStateInformationType> getStateInformation()
- Specified by:
getStateInformation
in interfaceCache
-
dumpContent
public void dumpContent()
- Specified by:
dumpContent
in interfaceCache
-
-