result.addAll(cacheQuery(cacheKey,PolicyScopeListQuery.class,() -> getPolicyStoreDelegate().findByScopeIds(Arrays.asList(id),resourceServerId),(revision,resources) -> new PolicyScopeListQuery(revision,cacheKey,id,resources.stream().map(resource -> resource.getId()).collect(Collectors.toSet()),resourceServerId),resourceServerId)); | result.addAll(cacheQuery(cacheKey,PolicyScopeListQuery.class,() -> getPolicyStoreDelegate().findByScopeIds(Arrays.asList(id),resourceServerId),(revision,resources) -> new PolicyScopeListQuery(revision,cacheKey,id,resources.stream().map(resource -> resource.getId()).collect(Collectors.toSet()),resourceServerId),resourceServerId,null)); | result.addAll(cacheQuery(cacheKey,PolicyScopeListQuery.class,() -> getPolicyStoreDelegate().findByScopeIds(Arrays.asList(id),resourceServerId),(revision,resources) -> new PolicyScopeListQuery(revision,cacheKey,id,resources.stream().map(resource -> resource.getId()).collect(Collectors.toSet()),resourceServerId),resourceServerId)) | result.addAll(cacheQuery(cacheKey,PolicyScopeListQuery.class,() -> getPolicyStoreDelegate().findByScopeIds(Arrays.asList(id),resourceServerId),(revision,resources) -> new PolicyScopeListQuery(revision,cacheKey,id,resources.stream().map(resource -> resource.getId()).collect(Collectors.toSet()),resourceServerId),resourceServerId,null)) | keycloak | 80e5227bcdbea5111f6eb1424a2effa6f0aacf7a | org.keycloak.models.cache.infinispan.authorization.StoreFactoryCacheSession.PolicyCache | | | | | | Uses | True |