public class ReviewerSuggestionCache
extends java.lang.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.Modifier and Type | Method and Description |
---|---|
java.util.List<com.google.gerrit.extensions.common.AccountInfo> |
search(java.lang.String query,
int n) |