Package com.google.gerrit.server.comment
Class CommentContextKey
java.lang.Object
com.google.gerrit.server.comment.CommentContextKey
An identifier of a comment that should be used to load the comment context using 
CommentContextCache.get(CommentContextKey), or CommentContextCache.getAll(Iterable).
 The CommentContextCacheImpl implementation uses this class as the cache key, while
 replacing the path() field with the hashed path.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic enum
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CommentContextKeypublic CommentContextKey()
 
- 
- 
Method Details- 
builder
 
-