Uses of Class
com.evolveum.midpoint.repo.cache.local.QueryKey
Packages that use QueryKey
Package
Description
-
Uses of QueryKey in com.evolveum.midpoint.repo.cache.global
Methods in com.evolveum.midpoint.repo.cache.global with parameters of type QueryKeyModifier and TypeMethodDescriptionvoid
GlobalQueryCache.put
(QueryKey<?> key, @NotNull SearchResultList<String> immutableList) void
-
Uses of QueryKey in com.evolveum.midpoint.repo.cache.invalidation
Methods in com.evolveum.midpoint.repo.cache.invalidation with parameters of type QueryKeyModifier and TypeMethodDescription<T extends ObjectType>
booleanInvalidator.isSearchResultValid
(QueryKey<T> key, SearchResultList<String> list, List<InvalidationEvent> invalidationEvents) Checks if the search result is still valid, even after specified invalidation events came. -
Uses of QueryKey in com.evolveum.midpoint.repo.cache.local
Methods in com.evolveum.midpoint.repo.cache.local that return QueryKeyModifier and TypeMethodDescription<T extends ObjectType>
QueryKey<T>SingleTypeQueryKey.toQueryKey
(Class<T> type) Methods in com.evolveum.midpoint.repo.cache.local that return types with arguments of type QueryKeyMethods in com.evolveum.midpoint.repo.cache.local with parameters of type QueryKeyModifier and TypeMethodDescriptionvoid
LocalQueryCache.put
(QueryKey<?> key, @NotNull SearchResultList<String> oidOnlyResult) void