Class GitModifiedFilesWeigher
- java.lang.Object
-
- com.google.gerrit.server.patch.gitdiff.GitModifiedFilesWeigher
-
- All Implemented Interfaces:
com.google.common.cache.Weigher<GitModifiedFilesCacheKey,com.google.common.collect.ImmutableList<ModifiedFile>>
public class GitModifiedFilesWeigher extends Object implements com.google.common.cache.Weigher<GitModifiedFilesCacheKey,com.google.common.collect.ImmutableList<ModifiedFile>>
-
-
Constructor Summary
Constructors Constructor Description GitModifiedFilesWeigher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
weigh(GitModifiedFilesCacheKey key, com.google.common.collect.ImmutableList<ModifiedFile> modifiedFiles)
-
-
-
Method Detail
-
weigh
public int weigh(GitModifiedFilesCacheKey key, com.google.common.collect.ImmutableList<ModifiedFile> modifiedFiles)
- Specified by:
weigh
in interfacecom.google.common.cache.Weigher<GitModifiedFilesCacheKey,com.google.common.collect.ImmutableList<ModifiedFile>>
-
-