public class ReviewerSuggestionCache
extends java.lang.Object
The suggest oracle may be called many times in rapid succession during the
course of one operation.
It would be easy to have a simple Cache> with a short
expiration time of 30s.
Cache only has a single key we're just using Cache for the expiration behavior.