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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
deleteMatching
(Class<? extends ObjectType> type, Predicate<Map.Entry<SingleTypeQueryKey, GlobalCacheQueryValue>> predicate) void
destroy()
void
protected CacheType
void
boolean
void
put
(QueryKey<?> key, @NotNull SearchResultList<String> immutableList) void
int
size()
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:
getCacheType
in classAbstractGlobalCache
-
size
public int size() -
clear
public void clear()- Specified by:
clear
in classAbstractGlobalCache
-
getStateInformation
-
dumpContent
public void dumpContent()
-