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 voiddumpContent()@NotNull Collection<SingleCacheStateInformationType>getStateInformation()voidinvalidate(Class<?> type, String oid, CacheInvalidationContext context)voidregister()voidunregister()-
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:
invalidatein interfaceCache
-
getStateInformation
@NotNull public @NotNull Collection<SingleCacheStateInformationType> getStateInformation()
- Specified by:
getStateInformationin interfaceCache
-
dumpContent
public void dumpContent()
- Specified by:
dumpContentin interfaceCache
-
-