Class SystemConfigurationCacheAdapter
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.SystemConfigurationCacheAdapter
-
-
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()
-
-
-
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
-
-