Uses of Class
com.evolveum.midpoint.repo.cache.local.QueryKey
-
Packages that use QueryKey Package Description com.evolveum.midpoint.repo.cache.global com.evolveum.midpoint.repo.cache.invalidation com.evolveum.midpoint.repo.cache.local -
-
Uses of QueryKey in com.evolveum.midpoint.repo.cache.global
Methods in com.evolveum.midpoint.repo.cache.global with parameters of type QueryKey Modifier and Type Method Description <T extends ObjectType>
SearchResultList<PrismObject<T>>GlobalQueryCache. get(QueryKey key)<T extends ObjectType>
voidGlobalQueryCache. put(QueryKey<T> key, @NotNull SearchResultList<PrismObject<T>> cacheObject)voidGlobalQueryCache. remove(QueryKey cacheKey)Method parameters in com.evolveum.midpoint.repo.cache.global with type arguments of type QueryKey Modifier and Type Method Description voidGlobalQueryCache. deleteMatching(Predicate<Map.Entry<QueryKey,GlobalCacheQueryValue>> predicate) -
Uses of QueryKey in com.evolveum.midpoint.repo.cache.invalidation
Methods in com.evolveum.midpoint.repo.cache.invalidation with parameters of type QueryKey Modifier and Type Method Description <T extends ObjectType>
booleanInvalidator. isSearchResultValid(QueryKey<T> key, SearchResultList<PrismObject<T>> list, List<InvalidationEvent> invalidationEvents)Checks if the search result is still valid, even specified invalidation events came. -
Uses of QueryKey in com.evolveum.midpoint.repo.cache.local
Methods in com.evolveum.midpoint.repo.cache.local that return types with arguments of type QueryKey Modifier and Type Method Description Iterator<Map.Entry<QueryKey,SearchResultList>>LocalQueryCache. getEntryIterator()Methods in com.evolveum.midpoint.repo.cache.local with parameters of type QueryKey Modifier and Type Method Description <T extends ObjectType>
SearchResultList<PrismObject<T>>LocalQueryCache. get(QueryKey key)voidLocalQueryCache. put(QueryKey key, @NotNull SearchResultList list)voidLocalQueryCache. remove(QueryKey key)
-