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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommentContextKey
public CommentContextKey()
-
-
Method Details
-
builder
-