Interface GitModifiedFilesCache

  • All Known Implementing Classes:
    GitModifiedFilesCacheImpl

    public interface GitModifiedFilesCache
    A cache interface for identifying the list of Git modified files between 2 different git trees. This cache does not read the actual file contents, nor does it include the edits (modified regions) of the file.

    The other ModifiedFilesCache is similar to this cache, and includes other extra Gerrit logic that we need to add with the list of modified files.