public class ReviewerSuggestionCache extends Object
Cache<Boolean, List<Account>>
with a short expiration time of 30s.
Cache only has a single key we're just using Cache for the expiration behavior.public List<com.google.gerrit.extensions.common.AccountInfo> search(String query, int n) throws IOException
IOException