Class SystemConfigurationCacheAdapter
java.lang.Object
com.evolveum.midpoint.repo.common.SystemConfigurationCacheAdapter
- All Implemented Interfaces:
Cache,CacheInvalidationListener
Adapter from SystemConfigurationChangeDispatcher to
Cache.
Distributes events about system configuration invalidation changes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid@NotNull Collection<SingleCacheStateInformationType>voidinvalidate(Class<?> type, String oid, CacheInvalidationContext context) voidregister()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.repo.api.Cache
getEventSpecifications, invalidate
-
Constructor Details
-
SystemConfigurationCacheAdapter
public SystemConfigurationCacheAdapter()
-
-
Method Details
-
register
@PostConstruct public void register() -
unregister
@PreDestroy public void unregister() -
invalidate
- Specified by:
invalidatein interfaceCache
-
getStateInformation
- Specified by:
getStateInformationin interfaceCache
-
dumpContent
public void dumpContent()- Specified by:
dumpContentin interfaceCache
-