Class GlobalVersionCache
java.lang.Object
com.evolveum.midpoint.repo.cache.global.AbstractGlobalCache
com.evolveum.midpoint.repo.cache.global.GlobalVersionCache
-
Field Summary
Fields inherited from class com.evolveum.midpoint.repo.cache.global.AbstractGlobalCache
configurationManager, prismContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voiddestroy()voidprotected CacheTypevoidboolean<T extends ObjectType>
voidput(PrismObject<T> object) voidput(String oid, Class<? extends ObjectType> type, String version) voidvoidMethods inherited from class com.evolveum.midpoint.repo.cache.global.AbstractGlobalCache
getConfiguration, getConfiguration, hasClusterwideInvalidationFor, shouldDoSafeRemoteInvalidationFor
-
Constructor Details
-
GlobalVersionCache
public GlobalVersionCache()
-
-
Method Details
-
initialize
public void initialize() -
destroy
@PreDestroy public void destroy() -
isAvailable
public boolean isAvailable() -
get
-
remove
-
remove
-
getCacheType
- Specified by:
getCacheTypein classAbstractGlobalCache
-
clear
public void clear()- Specified by:
clearin classAbstractGlobalCache
-
getStateInformation
-
put
-
put
-
dumpContent
public void dumpContent()
-