Class GlobalQueryCache
java.lang.Object
com.evolveum.midpoint.repo.cache.global.AbstractGlobalCache
com.evolveum.midpoint.repo.cache.global.GlobalQueryCache
-
Field Summary
Fields inherited from class com.evolveum.midpoint.repo.cache.global.AbstractGlobalCache
configurationManager, prismContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voiddeleteMatching(Class<? extends ObjectType> type, Predicate<Map.Entry<SingleTypeQueryKey, GlobalCacheQueryValue>> predicate) voiddestroy()voidprotected CacheTypevoidbooleanvoidput(QueryKey<?> key, @NotNull SearchResultList<String> immutableList) voidintsize()Methods inherited from class com.evolveum.midpoint.repo.cache.global.AbstractGlobalCache
getConfiguration, getConfiguration, hasClusterwideInvalidationFor, shouldDoSafeRemoteInvalidationFor
-
Constructor Details
-
GlobalQueryCache
public GlobalQueryCache()
-
-
Method Details
-
initialize
public void initialize() -
destroy
@PreDestroy public void destroy() -
isAvailable
public boolean isAvailable() -
get
-
remove
-
put
-
deleteMatching
public void deleteMatching(Class<? extends ObjectType> type, Predicate<Map.Entry<SingleTypeQueryKey, GlobalCacheQueryValue>> predicate) -
getCacheType
- Specified by:
getCacheTypein classAbstractGlobalCache
-
size
public int size() -
clear
public void clear()- Specified by:
clearin classAbstractGlobalCache
-
getStateInformation
-
dumpContent
public void dumpContent()
-